Shades of Cobalt #0E42AD
Tints of Cobalt #0E42AD
RGB
CMYK
RGB Variations
Color information
#0E42AD (or 0x0E42AD) is known color: Cobalt. HEX triplet: 0E, 42 and AD. RGB value is (14,66,173). Sum of RGB (Red+Green+Blue) = 14+66+173=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E42AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E42AD is #F1BD52. Grayscale: #3E3E3E. Windows color (decimal): -15842643 or 11354638. OLE color: 11354638.
HSL color Cylindrical-coordinate representation of color #0E42AD: hue angle of 220.38º 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 #0E42AD is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 66 | 173 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.32 |
| HSL | 220.38º | 0.85% | 0.37% | - |
| HSV(B) | 220.38º | 0.92% | 0.68% | - |
| XYZ | 9.67 | 7.01 | 40.38 | - |
| YUV | 62.65 | 190.27 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 66 | 173 | 0.92 | 0.62 | 0 | 0.32 | 220.38 | 0.85 | 0.37 |
| Hex | E | 42 | AD | 5C | 3E | 0 | 20 | DC | 55 | 25 |
| Octal | 16 | 102 | 255 | 134 | 76 | 0 | 40 | 334 | 125 | 45 |
| Binary | 1110 | 1000010 | 10101101 | 1011100 | 111110 | 0 | 100000 | 11011100 | 1010101 | 100101 |
Color Harmonies of #0E42AD
Complementary color
Monochromatic Colors of #0E42AD
Black with #0E42AD
Text Example
Text Example
White with #0E42AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E42AD; }
p { color: rgb(14,66,173); }
H1.HeaderClassName
{
color: #0E42AD;
}
.AnyTagClassName
{
color: #0E42AD;
}
</style>
background-color css
<style>
a { background-color: #0E42AD; }
a { background-color: rgb(14,66,173); }
div.DivClassName
{
background-color: #0E42AD;
}
.BgClassName
{
background-color: #0E42AD;
}
</style>
border-color css
<style>
span { border-color: #0E42AD; }
span { border-color: rgb(14,66,173); }
td.TdClassName
{
border-color: #0E42AD;
}
.TagClassName
{
border-color: #0E42AD;
}
</style>