Shades of Blue Lagoon #0B5673
Tints of Blue Lagoon #0B5673
RGB
CMYK
RGB Variations
Color information
#0B5673 (or 0x0B5673) is known color: Blue Lagoon. HEX triplet: 0B, 56 and 73. RGB value is (11,86,115). Sum of RGB (Red+Green+Blue) = 11+86+115=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B5673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5673 is #F4A98C. Grayscale: #424242. Windows color (decimal): -16034189 or 7558667. OLE color: 7558667.
HSL color Cylindrical-coordinate representation of color #0B5673: hue angle of 196.73º 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 #0B5673 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 86 | 115 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.55 |
| HSL | 196.73º | 0.83% | 0.25% | - |
| HSV(B) | 196.73º | 0.9% | 0.45% | - |
| XYZ | 6.56 | 7.96 | 17.41 | - |
| YUV | 66.88 | 155.15 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 86 | 115 | 0.90 | 0.25 | 0 | 0.55 | 196.73 | 0.83 | 0.25 |
| Hex | B | 56 | 73 | 5A | 19 | 0 | 37 | C5 | 53 | 19 |
| Octal | 13 | 126 | 163 | 132 | 31 | 0 | 67 | 305 | 123 | 31 |
| Binary | 1011 | 1010110 | 1110011 | 1011010 | 11001 | 0 | 110111 | 11000101 | 1010011 | 11001 |
Color Harmonies of #0B5673
Complementary color
Monochromatic Colors of #0B5673
Black with #0B5673
Text Example
Text Example
White with #0B5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5673; }
p { color: rgb(11,86,115); }
H1.HeaderClassName
{
color: #0B5673;
}
.AnyTagClassName
{
color: #0B5673;
}
</style>
background-color css
<style>
a { background-color: #0B5673; }
a { background-color: rgb(11,86,115); }
div.DivClassName
{
background-color: #0B5673;
}
.BgClassName
{
background-color: #0B5673;
}
</style>
border-color css
<style>
span { border-color: #0B5673; }
span { border-color: rgb(11,86,115); }
td.TdClassName
{
border-color: #0B5673;
}
.TagClassName
{
border-color: #0B5673;
}
</style>