Shades of Blue Lagoon #0B5A6C
Tints of Blue Lagoon #0B5A6C
RGB
CMYK
RGB Variations
Color information
#0B5A6C (or 0x0B5A6C) is known color: 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
| RGB | 11 | 90 | 108 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.58 |
| HSL | 191.13º | 0.82% | 0.23% | - |
| HSV(B) | 191.13º | 0.9% | 0.42% | - |
| XYZ | 6.5 | 8.47 | 15.48 | - |
| YUV | 68.43 | 150.33 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 108 | 0.90 | 0.17 | 0 | 0.58 | 191.13 | 0.82 | 0.23 |
| Hex | B | 5A | 6C | 5A | 11 | 0 | 3A | BF | 52 | 17 |
| Octal | 13 | 132 | 154 | 132 | 21 | 0 | 72 | 277 | 122 | 27 |
| Binary | 1011 | 1011010 | 1101100 | 1011010 | 10001 | 0 | 111010 | 10111111 | 1010010 | 10111 |
Color Harmonies of #0B5A6C
Complementary color
Monochromatic Colors of #0B5A6C
Black with #0B5A6C
Text Example
Text Example
White with #0B5A6C
Text Example
Text Example
HTML Codes & Css Web 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>