#0D566F

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

Shades of Blue Lagoon #0D566F

Tints of Blue Lagoon #0D566F

Color information

#0D566F (or 0x0D566F) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 56 and 6F. RGB value is (13,86,111). Sum of RGB (Red+Green+Blue) = 13+86+111=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D566F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D566F is #F2A990. Grayscale: #424242. Windows color (decimal): -15903121 or 7296525. OLE color: 7296525.

HSL color Cylindrical-coordinate representation of color #0D566F: hue angle of 195.31º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D566F is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1386111-
CMYK0.880.2300.56
HSL195.31º79.03%24.31%-
HSV(B)195.31º88.29%43.53%-
XYZ6.367.8916.23-
YUV67.02152.8289.47-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.19%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 111 (43.75% from 255) = 52.86%
R=6.19%
G=40.95%
B=52.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13861110.880.2300.56195.3179.0324.31
HexD566F5817038c34f18
Octal151261571302707030311730
Binary110110101101101111101100010111011100011000011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D566F; }

 p { color: rgb(13,86,111); }

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

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

 a { background-color: rgb(13,86,111); }

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

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

 span { border-color: rgb(13,86,111); }

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