Shades of Dark Cerulean #0B3C71
Tints of Dark Cerulean #0B3C71
RGB
CMYK
RGB Variations
Color information
#0B3C71 (or 0x0B3C71) is known color: Dark Cerulean. HEX triplet: 0B, 3C and 71. RGB value is (11,60,113). Sum of RGB (Red+Green+Blue) = 11+60+113=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B3C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3C71 is #F4C38E. Grayscale: #333333. Windows color (decimal): -16040847 or 7420939. OLE color: 7420939.
HSL color Cylindrical-coordinate representation of color #0B3C71: hue angle of 211.18º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B3C71 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 60 | 113 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.56 |
| HSL | 211.18º | 0.82% | 0.24% | - |
| HSV(B) | 211.18º | 0.9% | 0.44% | - |
| XYZ | 4.73 | 4.5 | 16.24 | - |
| YUV | 51.39 | 162.77 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 60 | 113 | 0.90 | 0.47 | 0 | 0.56 | 211.18 | 0.82 | 0.24 |
| Hex | B | 3C | 71 | 5A | 2F | 0 | 38 | D3 | 52 | 18 |
| Octal | 13 | 74 | 161 | 132 | 57 | 0 | 70 | 323 | 122 | 30 |
| Binary | 1011 | 111100 | 1110001 | 1011010 | 101111 | 0 | 111000 | 11010011 | 1010010 | 11000 |
Color Harmonies of #0B3C71
Complementary color
Monochromatic Colors of #0B3C71
Black with #0B3C71
Text Example
Text Example
White with #0B3C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3C71; }
p { color: rgb(11,60,113); }
H1.HeaderClassName
{
color: #0B3C71;
}
.AnyTagClassName
{
color: #0B3C71;
}
</style>
background-color css
<style>
a { background-color: #0B3C71; }
a { background-color: rgb(11,60,113); }
div.DivClassName
{
background-color: #0B3C71;
}
.BgClassName
{
background-color: #0B3C71;
}
</style>
border-color css
<style>
span { border-color: #0B3C71; }
span { border-color: rgb(11,60,113); }
td.TdClassName
{
border-color: #0B3C71;
}
.TagClassName
{
border-color: #0B3C71;
}
</style>