Shades of Dark Cerulean #0B4A8E
Tints of Dark Cerulean #0B4A8E
RGB
CMYK
RGB Variations
Color information
#0B4A8E (or 0x0B4A8E) is known color: Dark Cerulean. HEX triplet: 0B, 4A and 8E. RGB value is (11,74,142). Sum of RGB (Red+Green+Blue) = 11+74+142=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #0B4A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4A8E is #F4B571. Grayscale: #3E3E3E. Windows color (decimal): -16037234 or 9325067. OLE color: 9325067.
HSL color Cylindrical-coordinate representation of color #0B4A8E: hue angle of 211.15º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B4A8E is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 74 | 142 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.44 |
| HSL | 211.15º | 0.86% | 0.3% | - |
| HSV(B) | 211.15º | 0.92% | 0.56% | - |
| XYZ | 7.47 | 6.92 | 26.53 | - |
| YUV | 62.92 | 172.63 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 74 | 142 | 0.92 | 0.48 | 0 | 0.44 | 211.15 | 0.86 | 0.3 |
| Hex | B | 4A | 8E | 5C | 30 | 0 | 2C | D3 | 56 | 1E |
| Octal | 13 | 112 | 216 | 134 | 60 | 0 | 54 | 323 | 126 | 36 |
| Binary | 1011 | 1001010 | 10001110 | 1011100 | 110000 | 0 | 101100 | 11010011 | 1010110 | 11110 |
Color Harmonies of #0B4A8E
Complementary color
Monochromatic Colors of #0B4A8E
Black with #0B4A8E
Text Example
Text Example
White with #0B4A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4A8E; }
p { color: rgb(11,74,142); }
H1.HeaderClassName
{
color: #0B4A8E;
}
.AnyTagClassName
{
color: #0B4A8E;
}
</style>
background-color css
<style>
a { background-color: #0B4A8E; }
a { background-color: rgb(11,74,142); }
div.DivClassName
{
background-color: #0B4A8E;
}
.BgClassName
{
background-color: #0B4A8E;
}
</style>
border-color css
<style>
span { border-color: #0B4A8E; }
span { border-color: rgb(11,74,142); }
td.TdClassName
{
border-color: #0B4A8E;
}
.TagClassName
{
border-color: #0B4A8E;
}
</style>