Shades of Cobalt #0E4CAA
Tints of Cobalt #0E4CAA
RGB
CMYK
RGB Variations
Color information
#0E4CAA (or 0x0E4CAA) is known color: Cobalt. HEX triplet: 0E, 4C and AA. RGB value is (14,76,170). Sum of RGB (Red+Green+Blue) = 14+76+170=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E4CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4CAA is #F1B355. Grayscale: #434343. Windows color (decimal): -15840086 or 11160590. OLE color: 11160590.
HSL color Cylindrical-coordinate representation of color #0E4CAA: hue angle of 216.15º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E4CAA is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 76 | 170 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.33 |
| HSL | 216.15º | 0.85% | 0.36% | - |
| HSV(B) | 216.15º | 0.92% | 0.67% | - |
| XYZ | 10.02 | 8.16 | 39.08 | - |
| YUV | 68.18 | 185.46 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 76 | 170 | 0.92 | 0.55 | 0 | 0.33 | 216.15 | 0.85 | 0.36 |
| Hex | E | 4C | AA | 5C | 37 | 0 | 21 | D8 | 55 | 24 |
| Octal | 16 | 114 | 252 | 134 | 67 | 0 | 41 | 330 | 125 | 44 |
| Binary | 1110 | 1001100 | 10101010 | 1011100 | 110111 | 0 | 100001 | 11011000 | 1010101 | 100100 |
Color Harmonies of #0E4CAA
Complementary color
Monochromatic Colors of #0E4CAA
Black with #0E4CAA
Text Example
Text Example
White with #0E4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4CAA; }
p { color: rgb(14,76,170); }
H1.HeaderClassName
{
color: #0E4CAA;
}
.AnyTagClassName
{
color: #0E4CAA;
}
</style>
background-color css
<style>
a { background-color: #0E4CAA; }
a { background-color: rgb(14,76,170); }
div.DivClassName
{
background-color: #0E4CAA;
}
.BgClassName
{
background-color: #0E4CAA;
}
</style>
border-color css
<style>
span { border-color: #0E4CAA; }
span { border-color: rgb(14,76,170); }
td.TdClassName
{
border-color: #0E4CAA;
}
.TagClassName
{
border-color: #0E4CAA;
}
</style>