Shades of Dark Cerulean #0B418D
Tints of Dark Cerulean #0B418D
RGB
CMYK
RGB Variations
Color information
#0B418D (or 0x0B418D) is known color: Dark Cerulean. HEX triplet: 0B, 41 and 8D. RGB value is (11,65,141). Sum of RGB (Red+Green+Blue) = 11+65+141=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B418D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B418D is #F4BE72. Grayscale: #393939. Windows color (decimal): -16039539 or 9257227. OLE color: 9257227.
HSL color Cylindrical-coordinate representation of color #0B418D: hue angle of 215.08º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B418D is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 65 | 141 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.45 |
| HSL | 215.08º | 0.86% | 0.3% | - |
| HSV(B) | 215.08º | 0.92% | 0.55% | - |
| XYZ | 6.84 | 5.77 | 25.95 | - |
| YUV | 57.52 | 175.11 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 65 | 141 | 0.92 | 0.54 | 0 | 0.45 | 215.08 | 0.86 | 0.3 |
| Hex | B | 41 | 8D | 5C | 36 | 0 | 2D | D7 | 56 | 1E |
| Octal | 13 | 101 | 215 | 134 | 66 | 0 | 55 | 327 | 126 | 36 |
| Binary | 1011 | 1000001 | 10001101 | 1011100 | 110110 | 0 | 101101 | 11010111 | 1010110 | 11110 |
Color Harmonies of #0B418D
Complementary color
Monochromatic Colors of #0B418D
Black with #0B418D
Text Example
Text Example
White with #0B418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B418D; }
p { color: rgb(11,65,141); }
H1.HeaderClassName
{
color: #0B418D;
}
.AnyTagClassName
{
color: #0B418D;
}
</style>
background-color css
<style>
a { background-color: #0B418D; }
a { background-color: rgb(11,65,141); }
div.DivClassName
{
background-color: #0B418D;
}
.BgClassName
{
background-color: #0B418D;
}
</style>
border-color css
<style>
span { border-color: #0B418D; }
span { border-color: rgb(11,65,141); }
td.TdClassName
{
border-color: #0B418D;
}
.TagClassName
{
border-color: #0B418D;
}
</style>