Shades of Cobalt #0E4896
Tints of Cobalt #0E4896
RGB
CMYK
RGB Variations
Color information
#0E4896 (or 0x0E4896) is known color: Cobalt. HEX triplet: 0E, 48 and 96. RGB value is (14,72,150). Sum of RGB (Red+Green+Blue) = 14+72+150=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #0E4896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4896 is #F1B769. Grayscale: #3F3F3F. Windows color (decimal): -15841130 or 9848846. OLE color: 9848846.
HSL color Cylindrical-coordinate representation of color #0E4896: hue angle of 214.41º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E4896 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 14 | 72 | 150 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.41 |
| HSL | 214.41º | 0.83% | 0.32% | - |
| HSV(B) | 214.41º | 0.91% | 0.59% | - |
| XYZ | 8 | 6.93 | 29.77 | - |
| YUV | 63.55 | 176.78 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 72 | 150 | 0.91 | 0.52 | 0 | 0.41 | 214.41 | 0.83 | 0.32 |
| Hex | E | 48 | 96 | 5B | 34 | 0 | 29 | D6 | 53 | 20 |
| Octal | 16 | 110 | 226 | 133 | 64 | 0 | 51 | 326 | 123 | 40 |
| Binary | 1110 | 1001000 | 10010110 | 1011011 | 110100 | 0 | 101001 | 11010110 | 1010011 | 100000 |
Color Harmonies of #0E4896
Complementary color
Monochromatic Colors of #0E4896
Black with #0E4896
Text Example
Text Example
White with #0E4896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4896; }
p { color: rgb(14,72,150); }
H1.HeaderClassName
{
color: #0E4896;
}
.AnyTagClassName
{
color: #0E4896;
}
</style>
background-color css
<style>
a { background-color: #0E4896; }
a { background-color: rgb(14,72,150); }
div.DivClassName
{
background-color: #0E4896;
}
.BgClassName
{
background-color: #0E4896;
}
</style>
border-color css
<style>
span { border-color: #0E4896; }
span { border-color: rgb(14,72,150); }
td.TdClassName
{
border-color: #0E4896;
}
.TagClassName
{
border-color: #0E4896;
}
</style>