#0B566C

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

Shades of Blue Lagoon #0B566C

Tints of Blue Lagoon #0B566C

Color information

#0B566C (or 0x0B566C) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 56 and 6C. RGB value is (11,86,108). Sum of RGB (Red+Green+Blue) = 11+86+108=205 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.37% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B566C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B566C is #F4A993. Grayscale: #414141. Windows color (decimal): -16034196 or 7099915. OLE color: 7099915.

HSL color Cylindrical-coordinate representation of color #0B566C: hue angle of 193.61º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B566C is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1186108-
CMYK0.900.2000.58
HSL193.61º81.51%23.33%-
HSV(B)193.61º89.81%42.35%-
XYZ6.177.8115.37-
YUV66.08151.6588.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.37%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 108 (42.58% from 255) = 52.68%
R=5.37%
G=41.95%
B=52.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11861080.900.2000.58193.6181.5123.33
HexB566C5A1403Ac25217
Octal131261541322407230212227
Binary101110101101101100101101010100011101011000010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,86,108); }

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

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

 a { background-color: rgb(11,86,108); }

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

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

 span { border-color: rgb(11,86,108); }

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