Shades of Dark Cerulean #0B3974
Tints of Dark Cerulean #0B3974
RGB
CMYK
RGB Variations
Color information
#0B3974 (or 0x0B3974) is known color: Dark Cerulean. HEX triplet: 0B, 39 and 74. RGB value is (11,57,116). Sum of RGB (Red+Green+Blue) = 11+57+116=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #0B3974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3974 is #F4C68B. Grayscale: #313131. Windows color (decimal): -16041612 or 7616779. OLE color: 7616779.
HSL color Cylindrical-coordinate representation of color #0B3974: hue angle of 213.71º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B3974 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 57 | 116 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.55 |
| HSL | 213.71º | 0.83% | 0.25% | - |
| HSV(B) | 213.71º | 0.91% | 0.45% | - |
| XYZ | 4.75 | 4.26 | 17.09 | - |
| YUV | 49.97 | 165.26 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 57 | 116 | 0.91 | 0.51 | 0 | 0.55 | 213.71 | 0.83 | 0.25 |
| Hex | B | 39 | 74 | 5B | 33 | 0 | 37 | D6 | 53 | 19 |
| Octal | 13 | 71 | 164 | 133 | 63 | 0 | 67 | 326 | 123 | 31 |
| Binary | 1011 | 111001 | 1110100 | 1011011 | 110011 | 0 | 110111 | 11010110 | 1010011 | 11001 |
Color Harmonies of #0B3974
Complementary color
Monochromatic Colors of #0B3974
Black with #0B3974
Text Example
Text Example
White with #0B3974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3974; }
p { color: rgb(11,57,116); }
H1.HeaderClassName
{
color: #0B3974;
}
.AnyTagClassName
{
color: #0B3974;
}
</style>
background-color css
<style>
a { background-color: #0B3974; }
a { background-color: rgb(11,57,116); }
div.DivClassName
{
background-color: #0B3974;
}
.BgClassName
{
background-color: #0B3974;
}
</style>
border-color css
<style>
span { border-color: #0B3974; }
span { border-color: rgb(11,57,116); }
td.TdClassName
{
border-color: #0B3974;
}
.TagClassName
{
border-color: #0B3974;
}
</style>