#0B606E

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

Shades of Blue Lagoon #0B606E

Tints of Blue Lagoon #0B606E

Color information

#0B606E (or 0x0B606E) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 60 and 6E. RGB value is (11,96,110). Sum of RGB (Red+Green+Blue) = 11+96+110=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B606E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B606E is #F49F91. Grayscale: #484848. Windows color (decimal): -16031634 or 7233547. OLE color: 7233547.

HSL color Cylindrical-coordinate representation of color #0B606E: hue angle of 188.48º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B606E is Cyan = 0.9, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1196110-
CMYK0.90.1300.57
HSL188.48º81.82%23.73%-
HSV(B)188.48º90%43.14%-
XYZ7.149.5616.22-
YUV72.18149.3484.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.07%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 110 (43.36% from 255) = 50.69%
R=5.07%
G=44.24%
B=50.69%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11961100.90.1300.57188.4881.8223.73
HexB606E5AD039bc5218
Octal131401561321507127412230
Binary10111100000110111010110101101011100110111100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,96,110); }

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

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

 a { background-color: rgb(11,96,110); }

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

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

 span { border-color: rgb(11,96,110); }

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