Shades of Dark Cerulean #0B3B78
Tints of Dark Cerulean #0B3B78
RGB
CMYK
RGB Variations
Color information
#0B3B78 (or 0x0B3B78) is known color: Dark Cerulean. HEX triplet: 0B, 3B and 78. RGB value is (11,59,120). Sum of RGB (Red+Green+Blue) = 11+59+120=190 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.79% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B3B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3B78 is #F4C487. Grayscale: #333333. Windows color (decimal): -16041096 or 7879435. OLE color: 7879435.
HSL color Cylindrical-coordinate representation of color #0B3B78: hue angle of 213.58º 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 #0B3B78 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 59 | 120 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.53 |
| HSL | 213.58º | 0.83% | 0.26% | - |
| HSV(B) | 213.58º | 0.91% | 0.47% | - |
| XYZ | 5.09 | 4.56 | 18.38 | - |
| YUV | 51.6 | 166.6 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 59 | 120 | 0.91 | 0.51 | 0 | 0.53 | 213.58 | 0.83 | 0.26 |
| Hex | B | 3B | 78 | 5B | 33 | 0 | 35 | D6 | 53 | 1A |
| Octal | 13 | 73 | 170 | 133 | 63 | 0 | 65 | 326 | 123 | 32 |
| Binary | 1011 | 111011 | 1111000 | 1011011 | 110011 | 0 | 110101 | 11010110 | 1010011 | 11010 |
Color Harmonies of #0B3B78
Complementary color
Monochromatic Colors of #0B3B78
Black with #0B3B78
Text Example
Text Example
White with #0B3B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3B78; }
p { color: rgb(11,59,120); }
H1.HeaderClassName
{
color: #0B3B78;
}
.AnyTagClassName
{
color: #0B3B78;
}
</style>
background-color css
<style>
a { background-color: #0B3B78; }
a { background-color: rgb(11,59,120); }
div.DivClassName
{
background-color: #0B3B78;
}
.BgClassName
{
background-color: #0B3B78;
}
</style>
border-color css
<style>
span { border-color: #0B3B78; }
span { border-color: rgb(11,59,120); }
td.TdClassName
{
border-color: #0B3B78;
}
.TagClassName
{
border-color: #0B3B78;
}
</style>