Shades of Dark Cerulean #0B3578
Tints of Dark Cerulean #0B3578
RGB
CMYK
RGB Variations
Color information
#0B3578 (or 0x0B3578) is known color: Dark Cerulean. HEX triplet: 0B, 35 and 78. RGB value is (11,53,120). Sum of RGB (Red+Green+Blue) = 11+53+120=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 120 (47.27% from 255 or 65.22% from 184); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B3578 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3578 is #F4CA87. Grayscale: #2F2F2F. Windows color (decimal): -16042632 or 7877899. OLE color: 7877899.
HSL color Cylindrical-coordinate representation of color #0B3578: hue angle of 216.88º 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 #0B3578 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 53 | 120 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.53 |
| HSL | 216.88º | 0.83% | 0.26% | - |
| HSV(B) | 216.88º | 0.91% | 0.47% | - |
| XYZ | 4.8 | 3.97 | 18.28 | - |
| YUV | 48.08 | 168.59 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 53 | 120 | 0.91 | 0.56 | 0 | 0.53 | 216.88 | 0.83 | 0.26 |
| Hex | B | 35 | 78 | 5B | 38 | 0 | 35 | D9 | 53 | 1A |
| Octal | 13 | 65 | 170 | 133 | 70 | 0 | 65 | 331 | 123 | 32 |
| Binary | 1011 | 110101 | 1111000 | 1011011 | 111000 | 0 | 110101 | 11011001 | 1010011 | 11010 |
Color Harmonies of #0B3578
Complementary color
Monochromatic Colors of #0B3578
Black with #0B3578
Text Example
Text Example
White with #0B3578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3578; }
p { color: rgb(11,53,120); }
H1.HeaderClassName
{
color: #0B3578;
}
.AnyTagClassName
{
color: #0B3578;
}
</style>
background-color css
<style>
a { background-color: #0B3578; }
a { background-color: rgb(11,53,120); }
div.DivClassName
{
background-color: #0B3578;
}
.BgClassName
{
background-color: #0B3578;
}
</style>
border-color css
<style>
span { border-color: #0B3578; }
span { border-color: rgb(11,53,120); }
td.TdClassName
{
border-color: #0B3578;
}
.TagClassName
{
border-color: #0B3578;
}
</style>