Shades of Dark Cerulean #0B4791
Tints of Dark Cerulean #0B4791
RGB
CMYK
RGB Variations
Color information
#0B4791 (or 0x0B4791) is known color: Dark Cerulean. HEX triplet: 0B, 47 and 91. RGB value is (11,71,145). Sum of RGB (Red+Green+Blue) = 11+71+145=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #0B4791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4791 is #F4B86E. Grayscale: #3D3D3D. Windows color (decimal): -16037999 or 9520907. OLE color: 9520907.
HSL color Cylindrical-coordinate representation of color #0B4791: hue angle of 213.13º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B4791 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 71 | 145 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.43 |
| HSL | 213.13º | 0.86% | 0.31% | - |
| HSV(B) | 213.13º | 0.92% | 0.57% | - |
| XYZ | 7.5 | 6.62 | 27.67 | - |
| YUV | 61.5 | 175.12 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 71 | 145 | 0.92 | 0.51 | 0 | 0.43 | 213.13 | 0.86 | 0.31 |
| Hex | B | 47 | 91 | 5C | 33 | 0 | 2B | D5 | 56 | 1F |
| Octal | 13 | 107 | 221 | 134 | 63 | 0 | 53 | 325 | 126 | 37 |
| Binary | 1011 | 1000111 | 10010001 | 1011100 | 110011 | 0 | 101011 | 11010101 | 1010110 | 11111 |
Color Harmonies of #0B4791
Complementary color
Monochromatic Colors of #0B4791
Black with #0B4791
Text Example
Text Example
White with #0B4791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4791; }
p { color: rgb(11,71,145); }
H1.HeaderClassName
{
color: #0B4791;
}
.AnyTagClassName
{
color: #0B4791;
}
</style>
background-color css
<style>
a { background-color: #0B4791; }
a { background-color: rgb(11,71,145); }
div.DivClassName
{
background-color: #0B4791;
}
.BgClassName
{
background-color: #0B4791;
}
</style>
border-color css
<style>
span { border-color: #0B4791; }
span { border-color: rgb(11,71,145); }
td.TdClassName
{
border-color: #0B4791;
}
.TagClassName
{
border-color: #0B4791;
}
</style>