Shades of Cobalt #0E459D
Tints of Cobalt #0E459D
RGB
CMYK
RGB Variations
Color information
#0E459D (or 0x0E459D) is known color: Cobalt. HEX triplet: 0E, 45 and 9D. RGB value is (14,69,157). Sum of RGB (Red+Green+Blue) = 14+69+157=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E459D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E459D is #F1BA62. Grayscale: #3E3E3E. Windows color (decimal): -15841891 or 10306830. OLE color: 10306830.
HSL color Cylindrical-coordinate representation of color #0E459D: hue angle of 216.92º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E459D is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 69 | 157 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.38 |
| HSL | 216.92º | 0.84% | 0.34% | - |
| HSV(B) | 216.92º | 0.91% | 0.62% | - |
| XYZ | 8.4 | 6.78 | 32.77 | - |
| YUV | 62.59 | 181.28 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 69 | 157 | 0.91 | 0.56 | 0 | 0.38 | 216.92 | 0.84 | 0.34 |
| Hex | E | 45 | 9D | 5B | 38 | 0 | 26 | D9 | 54 | 22 |
| Octal | 16 | 105 | 235 | 133 | 70 | 0 | 46 | 331 | 124 | 42 |
| Binary | 1110 | 1000101 | 10011101 | 1011011 | 111000 | 0 | 100110 | 11011001 | 1010100 | 100010 |
Color Harmonies of #0E459D
Complementary color
Monochromatic Colors of #0E459D
Black with #0E459D
Text Example
Text Example
White with #0E459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E459D; }
p { color: rgb(14,69,157); }
H1.HeaderClassName
{
color: #0E459D;
}
.AnyTagClassName
{
color: #0E459D;
}
</style>
background-color css
<style>
a { background-color: #0E459D; }
a { background-color: rgb(14,69,157); }
div.DivClassName
{
background-color: #0E459D;
}
.BgClassName
{
background-color: #0E459D;
}
</style>
border-color css
<style>
span { border-color: #0E459D; }
span { border-color: rgb(14,69,157); }
td.TdClassName
{
border-color: #0E459D;
}
.TagClassName
{
border-color: #0E459D;
}
</style>