#0B5A6C

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

Shades of Blue Lagoon #0B5A6C

Tints of Blue Lagoon #0B5A6C

Color information

#0B5A6C (or 0x0B5A6C) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 5A and 6C. RGB value is (11,90,108). Sum of RGB (Red+Green+Blue) = 11+90+108=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B5A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5A6C is #F4A593. Grayscale: #444444. Windows color (decimal): -16033172 or 7100939. OLE color: 7100939.

HSL color Cylindrical-coordinate representation of color #0B5A6C: hue angle of 191.13º 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 #0B5A6C is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1190108-
CMYK0.900.1700.58
HSL191.13º81.51%23.33%-
HSV(B)191.13º89.81%42.35%-
XYZ6.58.4715.48-
YUV68.43150.3387.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.26%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 108 (42.58% from 255) = 51.67%
R=5.26%
G=43.06%
B=51.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11901080.900.1700.58191.1381.5123.33
HexB5A6C5A1103Abf5217
Octal131321541322107227712227
Binary101110110101101100101101010001011101010111111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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