#0B5A6F

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

Shades of Blue Lagoon #0B5A6F

Tints of Blue Lagoon #0B5A6F

Color information

#0B5A6F (or 0x0B5A6F) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 5A and 6F. RGB value is (11,90,111). Sum of RGB (Red+Green+Blue) = 11+90+111=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B5A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5A6F is #F4A590. Grayscale: #444444. Windows color (decimal): -16033169 or 7297547. OLE color: 7297547.

HSL color Cylindrical-coordinate representation of color #0B5A6F: hue angle of 192.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B5A6F is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1190111-
CMYK0.900.1900.56
HSL192.6º81.97%23.92%-
HSV(B)192.6º90.09%43.53%-
XYZ6.668.5316.33-
YUV68.77151.8386.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.19%
GREEN value IS 90 (35.55% from 255) = 42.45%
BLUE value IS 111 (43.75% from 255) = 52.36%
R=5.19%
G=42.45%
B=52.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11901110.900.1900.56192.681.9723.92
HexB5A6F5A13038c15218
Octal131321571322307030112230
Binary101110110101101111101101010011011100011000001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,90,111); }

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

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

 a { background-color: rgb(11,90,111); }

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

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

 span { border-color: rgb(11,90,111); }

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