#015370

Color #015370 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #015370

Tints of Blue Lagoon #015370

Color information

#015370 (or 0x015370) is unknown color: approx Blue Lagoon. HEX triplet: 01, 53 and 70. RGB value is (1,83,112). Sum of RGB (Red+Green+Blue) = 1+83+112=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #015370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015370 is #FEAC8F. Grayscale: #3D3D3D. Windows color (decimal): -16690320 or 7361281. OLE color: 7361281.

HSL color Cylindrical-coordinate representation of color #015370: hue angle of 195.68º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015370 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB183112-
CMYK0.990.2600.56
HSL195.68º98.23%22.16%-
HSV(B)195.68º99.11%43.92%-
XYZ6.037.3616.43-
YUV61.79156.3384.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 112 (44.14% from 255) = 57.14%
R=0.51%
G=42.35%
B=57.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1831120.990.2600.56195.6898.2322.16
Hex15370631A038c46216
Octal11231601433207030414226
Binary110100111110000110001111010011100011000100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015370; }

 p { color: rgb(1,83,112); }

 H1.HeaderClassName
 {
   color: #015370;
 }
 .AnyTagClassName
 {
   color: #015370;
 }
</style>
background-color css

<style>
 a { background-color: #015370; }

 a { background-color: rgb(1,83,112); }

 div.DivClassName
 {
   background-color: #015370;
 }
 .BgClassName
 {
   background-color: #015370;
 }
</style>
border-color css

<style>
 span { border-color: #015370; }

 span { border-color: rgb(1,83,112); }

 td.TdClassName
 {
   border-color: #015370;
 }
 .TagClassName
 {
   border-color: #015370;
 }
</style>