Shades of Dark Cerulean #0B3978
Tints of Dark Cerulean #0B3978
RGB
CMYK
RGB Variations
Color information
#0B3978 (or 0x0B3978) is known color: Dark Cerulean. HEX triplet: 0B, 39 and 78. RGB value is (11,57,120). Sum of RGB (Red+Green+Blue) = 11+57+120=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B3978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3978 is #F4C687. Grayscale: #323232. Windows color (decimal): -16041608 or 7878923. OLE color: 7878923.
HSL color Cylindrical-coordinate representation of color #0B3978: hue angle of 214.68º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B3978 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 57 | 120 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.53 |
| HSL | 214.68º | 0.83% | 0.26% | - |
| HSV(B) | 214.68º | 0.91% | 0.47% | - |
| XYZ | 4.99 | 4.35 | 18.35 | - |
| YUV | 50.43 | 167.26 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 57 | 120 | 0.91 | 0.52 | 0 | 0.53 | 214.68 | 0.83 | 0.26 |
| Hex | B | 39 | 78 | 5B | 34 | 0 | 35 | D7 | 53 | 1A |
| Octal | 13 | 71 | 170 | 133 | 64 | 0 | 65 | 327 | 123 | 32 |
| Binary | 1011 | 111001 | 1111000 | 1011011 | 110100 | 0 | 110101 | 11010111 | 1010011 | 11010 |
Color Harmonies of #0B3978
Complementary color
Monochromatic Colors of #0B3978
Black with #0B3978
Text Example
Text Example
White with #0B3978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3978; }
p { color: rgb(11,57,120); }
H1.HeaderClassName
{
color: #0B3978;
}
.AnyTagClassName
{
color: #0B3978;
}
</style>
background-color css
<style>
a { background-color: #0B3978; }
a { background-color: rgb(11,57,120); }
div.DivClassName
{
background-color: #0B3978;
}
.BgClassName
{
background-color: #0B3978;
}
</style>
border-color css
<style>
span { border-color: #0B3978; }
span { border-color: rgb(11,57,120); }
td.TdClassName
{
border-color: #0B3978;
}
.TagClassName
{
border-color: #0B3978;
}
</style>