Shades of Dark Cerulean #0B5995
Tints of Dark Cerulean #0B5995
RGB
CMYK
RGB Variations
Color information
#0B5995 (or 0x0B5995) is known color: Dark Cerulean. HEX triplet: 0B, 59 and 95. RGB value is (11,89,149). Sum of RGB (Red+Green+Blue) = 11+89+149=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #0B5995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5995 is #F4A66A. Grayscale: #484848. Windows color (decimal): -16033387 or 9787659. OLE color: 9787659.
HSL color Cylindrical-coordinate representation of color #0B5995: hue angle of 206.09º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5995 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 89 | 149 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.42 |
| HSL | 206.09º | 0.86% | 0.31% | - |
| HSV(B) | 206.09º | 0.93% | 0.58% | - |
| XYZ | 9.14 | 9.39 | 29.76 | - |
| YUV | 72.52 | 171.16 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 89 | 149 | 0.93 | 0.40 | 0 | 0.42 | 206.09 | 0.86 | 0.31 |
| Hex | B | 59 | 95 | 5D | 28 | 0 | 2A | CE | 56 | 1F |
| Octal | 13 | 131 | 225 | 135 | 50 | 0 | 52 | 316 | 126 | 37 |
| Binary | 1011 | 1011001 | 10010101 | 1011101 | 101000 | 0 | 101010 | 11001110 | 1010110 | 11111 |
Color Harmonies of #0B5995
Complementary color
Monochromatic Colors of #0B5995
Black with #0B5995
Text Example
Text Example
White with #0B5995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5995; }
p { color: rgb(11,89,149); }
H1.HeaderClassName
{
color: #0B5995;
}
.AnyTagClassName
{
color: #0B5995;
}
</style>
background-color css
<style>
a { background-color: #0B5995; }
a { background-color: rgb(11,89,149); }
div.DivClassName
{
background-color: #0B5995;
}
.BgClassName
{
background-color: #0B5995;
}
</style>
border-color css
<style>
span { border-color: #0B5995; }
span { border-color: rgb(11,89,149); }
td.TdClassName
{
border-color: #0B5995;
}
.TagClassName
{
border-color: #0B5995;
}
</style>