Shades of Cobalt #0E4AAE
Tints of Cobalt #0E4AAE
RGB
CMYK
RGB Variations
Color information
#0E4AAE (or 0x0E4AAE) is known color: Cobalt. HEX triplet: 0E, 4A and AE. RGB value is (14,74,174). Sum of RGB (Red+Green+Blue) = 14+74+174=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E4AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4AAE is #F1B551. Grayscale: #434343. Windows color (decimal): -15840594 or 11422222. OLE color: 11422222.
HSL color Cylindrical-coordinate representation of color #0E4AAE: hue angle of 217.5º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E4AAE is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 74 | 174 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.32 |
| HSL | 217.5º | 0.85% | 0.37% | - |
| HSV(B) | 217.5º | 0.92% | 0.68% | - |
| XYZ | 10.27 | 8.05 | 41.06 | - |
| YUV | 67.46 | 188.12 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 74 | 174 | 0.92 | 0.57 | 0 | 0.32 | 217.5 | 0.85 | 0.37 |
| Hex | E | 4A | AE | 5C | 39 | 0 | 20 | DA | 55 | 25 |
| Octal | 16 | 112 | 256 | 134 | 71 | 0 | 40 | 332 | 125 | 45 |
| Binary | 1110 | 1001010 | 10101110 | 1011100 | 111001 | 0 | 100000 | 11011010 | 1010101 | 100101 |
Color Harmonies of #0E4AAE
Complementary color
Monochromatic Colors of #0E4AAE
Black with #0E4AAE
Text Example
Text Example
White with #0E4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4AAE; }
p { color: rgb(14,74,174); }
H1.HeaderClassName
{
color: #0E4AAE;
}
.AnyTagClassName
{
color: #0E4AAE;
}
</style>
background-color css
<style>
a { background-color: #0E4AAE; }
a { background-color: rgb(14,74,174); }
div.DivClassName
{
background-color: #0E4AAE;
}
.BgClassName
{
background-color: #0E4AAE;
}
</style>
border-color css
<style>
span { border-color: #0E4AAE; }
span { border-color: rgb(14,74,174); }
td.TdClassName
{
border-color: #0E4AAE;
}
.TagClassName
{
border-color: #0E4AAE;
}
</style>