Shades of Dark Cerulean #0B5993
Tints of Dark Cerulean #0B5993
RGB
CMYK
RGB Variations
Color information
#0B5993 (or 0x0B5993) is known color: Dark Cerulean. HEX triplet: 0B, 59 and 93. RGB value is (11,89,147). Sum of RGB (Red+Green+Blue) = 11+89+147=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #0B5993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5993 is #F4A66C. Grayscale: #474747. Windows color (decimal): -16033389 or 9656587. OLE color: 9656587.
HSL color Cylindrical-coordinate representation of color #0B5993: hue angle of 205.59º 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 #0B5993 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 89 | 147 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.42 |
| HSL | 205.59º | 0.86% | 0.31% | - |
| HSV(B) | 205.59º | 0.93% | 0.58% | - |
| XYZ | 8.98 | 9.32 | 28.93 | - |
| YUV | 72.29 | 170.16 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 89 | 147 | 0.93 | 0.39 | 0 | 0.42 | 205.59 | 0.86 | 0.31 |
| Hex | B | 59 | 93 | 5D | 27 | 0 | 2A | CE | 56 | 1F |
| Octal | 13 | 131 | 223 | 135 | 47 | 0 | 52 | 316 | 126 | 37 |
| Binary | 1011 | 1011001 | 10010011 | 1011101 | 100111 | 0 | 101010 | 11001110 | 1010110 | 11111 |
Color Harmonies of #0B5993
Complementary color
Monochromatic Colors of #0B5993
Black with #0B5993
Text Example
Text Example
White with #0B5993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5993; }
p { color: rgb(11,89,147); }
H1.HeaderClassName
{
color: #0B5993;
}
.AnyTagClassName
{
color: #0B5993;
}
</style>
background-color css
<style>
a { background-color: #0B5993; }
a { background-color: rgb(11,89,147); }
div.DivClassName
{
background-color: #0B5993;
}
.BgClassName
{
background-color: #0B5993;
}
</style>
border-color css
<style>
span { border-color: #0B5993; }
span { border-color: rgb(11,89,147); }
td.TdClassName
{
border-color: #0B5993;
}
.TagClassName
{
border-color: #0B5993;
}
</style>