Shades of Dark Cerulean #0B4E82
Tints of Dark Cerulean #0B4E82
RGB
CMYK
RGB Variations
Color information
#0B4E82 (or 0x0B4E82) is known color: Dark Cerulean. HEX triplet: 0B, 4E and 82. RGB value is (11,78,130). Sum of RGB (Red+Green+Blue) = 11+78+130=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #0B4E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B4E82 is #F4B17D. Grayscale: #3F3F3F. Windows color (decimal): -16036222 or 8539659. OLE color: 8539659.
HSL color Cylindrical-coordinate representation of color #0B4E82: hue angle of 206.22º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B4E82 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 78 | 130 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.49 |
| HSL | 206.22º | 0.84% | 0.28% | - |
| HSV(B) | 206.22º | 0.92% | 0.51% | - |
| XYZ | 6.89 | 7.13 | 22.13 | - |
| YUV | 63.9 | 165.3 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 78 | 130 | 0.92 | 0.40 | 0 | 0.49 | 206.22 | 0.84 | 0.28 |
| Hex | B | 4E | 82 | 5C | 28 | 0 | 31 | CE | 54 | 1C |
| Octal | 13 | 116 | 202 | 134 | 50 | 0 | 61 | 316 | 124 | 34 |
| Binary | 1011 | 1001110 | 10000010 | 1011100 | 101000 | 0 | 110001 | 11001110 | 1010100 | 11100 |
Color Harmonies of #0B4E82
Complementary color
Monochromatic Colors of #0B4E82
Black with #0B4E82
Text Example
Text Example
White with #0B4E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4E82; }
p { color: rgb(11,78,130); }
H1.HeaderClassName
{
color: #0B4E82;
}
.AnyTagClassName
{
color: #0B4E82;
}
</style>
background-color css
<style>
a { background-color: #0B4E82; }
a { background-color: rgb(11,78,130); }
div.DivClassName
{
background-color: #0B4E82;
}
.BgClassName
{
background-color: #0B4E82;
}
</style>
border-color css
<style>
span { border-color: #0B4E82; }
span { border-color: rgb(11,78,130); }
td.TdClassName
{
border-color: #0B4E82;
}
.TagClassName
{
border-color: #0B4E82;
}
</style>