#015D70

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

Shades of Blue Lagoon #015D70

Tints of Blue Lagoon #015D70

Color information

#015D70 (or 0x015D70) is unknown color: approx Blue Lagoon. HEX triplet: 01, 5D and 70. RGB value is (1,93,112). Sum of RGB (Red+Green+Blue) = 1+93+112=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #015D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D70 is #FEA28F. Grayscale: #434343. Windows color (decimal): -16687760 or 7363841. OLE color: 7363841.

HSL color Cylindrical-coordinate representation of color #015D70: hue angle of 190.27º 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 #015D70 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB193112-
CMYK0.990.1700.56
HSL190.27º98.23%22.16%-
HSV(B)190.27º99.11%43.92%-
XYZ6.859.0116.71-
YUV67.66153.0280.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 93 (36.72% from 255) = 45.15%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=0.49%
G=45.15%
B=54.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1931120.990.1700.56190.2798.2322.16
Hex15D706311038be6216
Octal11351601432107027614226
Binary110111011110000110001110001011100010111110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015D70; }

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

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

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

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

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

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

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

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