Shades of Dark Cerulean #0B3379
Tints of Dark Cerulean #0B3379
RGB
CMYK
RGB Variations
Color information
#0B3379 (or 0x0B3379) is known color: Dark Cerulean. HEX triplet: 0B, 33 and 79. RGB value is (11,51,121). Sum of RGB (Red+Green+Blue) = 11+51+121=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 121 (47.66% from 255 or 66.12% from 183); Max value from RGB is 121 - color contains mainly: blue. Hex color #0B3379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3379 is #F4CC86. Grayscale: #2E2E2E. Windows color (decimal): -16043143 or 7942923. OLE color: 7942923.
HSL color Cylindrical-coordinate representation of color #0B3379: hue angle of 218.18º 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 #0B3379 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 51 | 121 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.53 |
| HSL | 218.18º | 0.83% | 0.26% | - |
| HSV(B) | 218.18º | 0.91% | 0.47% | - |
| XYZ | 4.77 | 3.82 | 18.57 | - |
| YUV | 47.02 | 169.75 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 51 | 121 | 0.91 | 0.58 | 0 | 0.53 | 218.18 | 0.83 | 0.26 |
| Hex | B | 33 | 79 | 5B | 3A | 0 | 35 | DA | 53 | 1A |
| Octal | 13 | 63 | 171 | 133 | 72 | 0 | 65 | 332 | 123 | 32 |
| Binary | 1011 | 110011 | 1111001 | 1011011 | 111010 | 0 | 110101 | 11011010 | 1010011 | 11010 |
Color Harmonies of #0B3379
Complementary color
Monochromatic Colors of #0B3379
Black with #0B3379
Text Example
Text Example
White with #0B3379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3379; }
p { color: rgb(11,51,121); }
H1.HeaderClassName
{
color: #0B3379;
}
.AnyTagClassName
{
color: #0B3379;
}
</style>
background-color css
<style>
a { background-color: #0B3379; }
a { background-color: rgb(11,51,121); }
div.DivClassName
{
background-color: #0B3379;
}
.BgClassName
{
background-color: #0B3379;
}
</style>
border-color css
<style>
span { border-color: #0B3379; }
span { border-color: rgb(11,51,121); }
td.TdClassName
{
border-color: #0B3379;
}
.TagClassName
{
border-color: #0B3379;
}
</style>