Shades of Dark Cerulean #0B4994
Tints of Dark Cerulean #0B4994
RGB
CMYK
RGB Variations
Color information
#0B4994 (or 0x0B4994) is known color: Dark Cerulean. HEX triplet: 0B, 49 and 94. RGB value is (11,73,148). Sum of RGB (Red+Green+Blue) = 11+73+148=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #0B4994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4994 is #F4B66B. Grayscale: #3E3E3E. Windows color (decimal): -16037484 or 9718027. OLE color: 9718027.
HSL color Cylindrical-coordinate representation of color #0B4994: hue angle of 212.85º 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 #0B4994 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 73 | 148 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.42 |
| HSL | 212.85º | 0.86% | 0.31% | - |
| HSV(B) | 212.85º | 0.93% | 0.58% | - |
| XYZ | 7.87 | 6.97 | 28.95 | - |
| YUV | 63.01 | 175.96 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 73 | 148 | 0.93 | 0.51 | 0 | 0.42 | 212.85 | 0.86 | 0.31 |
| Hex | B | 49 | 94 | 5D | 33 | 0 | 2A | D5 | 56 | 1F |
| Octal | 13 | 111 | 224 | 135 | 63 | 0 | 52 | 325 | 126 | 37 |
| Binary | 1011 | 1001001 | 10010100 | 1011101 | 110011 | 0 | 101010 | 11010101 | 1010110 | 11111 |
Color Harmonies of #0B4994
Complementary color
Monochromatic Colors of #0B4994
Black with #0B4994
Text Example
Text Example
White with #0B4994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4994; }
p { color: rgb(11,73,148); }
H1.HeaderClassName
{
color: #0B4994;
}
.AnyTagClassName
{
color: #0B4994;
}
</style>
background-color css
<style>
a { background-color: #0B4994; }
a { background-color: rgb(11,73,148); }
div.DivClassName
{
background-color: #0B4994;
}
.BgClassName
{
background-color: #0B4994;
}
</style>
border-color css
<style>
span { border-color: #0B4994; }
span { border-color: rgb(11,73,148); }
td.TdClassName
{
border-color: #0B4994;
}
.TagClassName
{
border-color: #0B4994;
}
</style>