Shades of Dark Cerulean #0B5688
Tints of Dark Cerulean #0B5688
RGB
CMYK
RGB Variations
Color information
#0B5688 (or 0x0B5688) is known color: Dark Cerulean. HEX triplet: 0B, 56 and 88. RGB value is (11,86,136). Sum of RGB (Red+Green+Blue) = 11+86+136=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #0B5688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5688 is #F4A977. Grayscale: #454545. Windows color (decimal): -16034168 or 8934923. OLE color: 8934923.
HSL color Cylindrical-coordinate representation of color #0B5688: hue angle of 204º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B5688 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 86 | 136 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.47 |
| HSL | 204º | 0.85% | 0.29% | - |
| HSV(B) | 204º | 0.92% | 0.53% | - |
| XYZ | 7.91 | 8.5 | 24.52 | - |
| YUV | 69.28 | 165.65 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 86 | 136 | 0.92 | 0.37 | 0 | 0.47 | 204 | 0.85 | 0.29 |
| Hex | B | 56 | 88 | 5C | 25 | 0 | 2F | CC | 55 | 1D |
| Octal | 13 | 126 | 210 | 134 | 45 | 0 | 57 | 314 | 125 | 35 |
| Binary | 1011 | 1010110 | 10001000 | 1011100 | 100101 | 0 | 101111 | 11001100 | 1010101 | 11101 |
Color Harmonies of #0B5688
Complementary color
Monochromatic Colors of #0B5688
Black with #0B5688
Text Example
Text Example
White with #0B5688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5688; }
p { color: rgb(11,86,136); }
H1.HeaderClassName
{
color: #0B5688;
}
.AnyTagClassName
{
color: #0B5688;
}
</style>
background-color css
<style>
a { background-color: #0B5688; }
a { background-color: rgb(11,86,136); }
div.DivClassName
{
background-color: #0B5688;
}
.BgClassName
{
background-color: #0B5688;
}
</style>
border-color css
<style>
span { border-color: #0B5688; }
span { border-color: rgb(11,86,136); }
td.TdClassName
{
border-color: #0B5688;
}
.TagClassName
{
border-color: #0B5688;
}
</style>