Shades of Blue Lagoon #0B5C72
Tints of Blue Lagoon #0B5C72
RGB
CMYK
RGB Variations
Color information
#0B5C72 (or 0x0B5C72) is known color: Blue Lagoon. HEX triplet: 0B, 5C and 72. RGB value is (11,92,114). Sum of RGB (Red+Green+Blue) = 11+92+114=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B5C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5C72 is #F4A38D. Grayscale: #464646. Windows color (decimal): -16032654 or 7494667. OLE color: 7494667.
HSL color Cylindrical-coordinate representation of color #0B5C72: hue angle of 192.82º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B5C72 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 92 | 114 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.55 |
| HSL | 192.82º | 0.82% | 0.25% | - |
| HSV(B) | 192.82º | 0.9% | 0.45% | - |
| XYZ | 7 | 8.94 | 17.28 | - |
| YUV | 70.29 | 152.66 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 92 | 114 | 0.90 | 0.19 | 0 | 0.55 | 192.82 | 0.82 | 0.25 |
| Hex | B | 5C | 72 | 5A | 13 | 0 | 37 | C1 | 52 | 19 |
| Octal | 13 | 134 | 162 | 132 | 23 | 0 | 67 | 301 | 122 | 31 |
| Binary | 1011 | 1011100 | 1110010 | 1011010 | 10011 | 0 | 110111 | 11000001 | 1010010 | 11001 |
Color Harmonies of #0B5C72
Complementary color
Monochromatic Colors of #0B5C72
Black with #0B5C72
Text Example
Text Example
White with #0B5C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5C72; }
p { color: rgb(11,92,114); }
H1.HeaderClassName
{
color: #0B5C72;
}
.AnyTagClassName
{
color: #0B5C72;
}
</style>
background-color css
<style>
a { background-color: #0B5C72; }
a { background-color: rgb(11,92,114); }
div.DivClassName
{
background-color: #0B5C72;
}
.BgClassName
{
background-color: #0B5C72;
}
</style>
border-color css
<style>
span { border-color: #0B5C72; }
span { border-color: rgb(11,92,114); }
td.TdClassName
{
border-color: #0B5C72;
}
.TagClassName
{
border-color: #0B5C72;
}
</style>