Shades of Blue Lagoon #0B5C73
Tints of Blue Lagoon #0B5C73
RGB
CMYK
RGB Variations
Color information
#0B5C73 (or 0x0B5C73) is known color: Blue Lagoon. HEX triplet: 0B, 5C and 73. RGB value is (11,92,115). Sum of RGB (Red+Green+Blue) = 11+92+115=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B5C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5C73 is #F4A38C. Grayscale: #464646. Windows color (decimal): -16032653 or 7560203. OLE color: 7560203.
HSL color Cylindrical-coordinate representation of color #0B5C73: hue angle of 193.27º degrees, saturation: 0.83, 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 #0B5C73 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 92 | 115 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.55 |
| HSL | 193.27º | 0.83% | 0.25% | - |
| HSV(B) | 193.27º | 0.9% | 0.45% | - |
| XYZ | 7.06 | 8.96 | 17.58 | - |
| YUV | 70.4 | 153.16 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 92 | 115 | 0.90 | 0.20 | 0 | 0.55 | 193.27 | 0.83 | 0.25 |
| Hex | B | 5C | 73 | 5A | 14 | 0 | 37 | C1 | 53 | 19 |
| Octal | 13 | 134 | 163 | 132 | 24 | 0 | 67 | 301 | 123 | 31 |
| Binary | 1011 | 1011100 | 1110011 | 1011010 | 10100 | 0 | 110111 | 11000001 | 1010011 | 11001 |
Color Harmonies of #0B5C73
Complementary color
Monochromatic Colors of #0B5C73
Black with #0B5C73
Text Example
Text Example
White with #0B5C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5C73; }
p { color: rgb(11,92,115); }
H1.HeaderClassName
{
color: #0B5C73;
}
.AnyTagClassName
{
color: #0B5C73;
}
</style>
background-color css
<style>
a { background-color: #0B5C73; }
a { background-color: rgb(11,92,115); }
div.DivClassName
{
background-color: #0B5C73;
}
.BgClassName
{
background-color: #0B5C73;
}
</style>
border-color css
<style>
span { border-color: #0B5C73; }
span { border-color: rgb(11,92,115); }
td.TdClassName
{
border-color: #0B5C73;
}
.TagClassName
{
border-color: #0B5C73;
}
</style>