#0B5D66

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

Shades of Blue Lagoon #0B5D66

Tints of Blue Lagoon #0B5D66

Color information

#0B5D66 (or 0x0B5D66) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 5D and 66. RGB value is (11,93,102). Sum of RGB (Red+Green+Blue) = 11+93+102=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #0B5D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5D66 is #F4A299. Grayscale: #454545. Windows color (decimal): -16032410 or 6708491. OLE color: 6708491.

HSL color Cylindrical-coordinate representation of color #0B5D66: hue angle of 185.93º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B5D66 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1193102-
CMYK0.890.0900.6
HSL185.93º80.53%22.16%-
HSV(B)185.93º89.22%40%-
XYZ6.458.8613.94-
YUV69.51146.3386.27-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.34%
GREEN value IS 93 (36.72% from 255) = 45.15%
BLUE value IS 102 (40.23% from 255) = 49.51%
R=5.34%
G=45.15%
B=49.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal11931020.890.0900.6185.9380.5322.16
HexB5D6659903Cba5116
Octal131351461311107427212126
Binary10111011101110011010110011001011110010111010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,93,102); }

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

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

 a { background-color: rgb(11,93,102); }

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

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

 span { border-color: rgb(11,93,102); }

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