Shades of Cobalt #0E42AC
Tints of Cobalt #0E42AC
RGB
CMYK
RGB Variations
Color information
#0E42AC (or 0x0E42AC) is known color: Cobalt. HEX triplet: 0E, 42 and AC. RGB value is (14,66,172). Sum of RGB (Red+Green+Blue) = 14+66+172=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E42AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E42AC is #F1BD53. Grayscale: #3E3E3E. Windows color (decimal): -15842644 or 11289102. OLE color: 11289102.
HSL color Cylindrical-coordinate representation of color #0E42AC: hue angle of 220.25º 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 #0E42AC is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 66 | 172 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.33 |
| HSL | 220.25º | 0.85% | 0.36% | - |
| HSV(B) | 220.25º | 0.92% | 0.67% | - |
| XYZ | 9.58 | 6.97 | 39.87 | - |
| YUV | 62.54 | 189.77 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 66 | 172 | 0.92 | 0.62 | 0 | 0.33 | 220.25 | 0.85 | 0.36 |
| Hex | E | 42 | AC | 5C | 3E | 0 | 21 | DC | 55 | 24 |
| Octal | 16 | 102 | 254 | 134 | 76 | 0 | 41 | 334 | 125 | 44 |
| Binary | 1110 | 1000010 | 10101100 | 1011100 | 111110 | 0 | 100001 | 11011100 | 1010101 | 100100 |
Color Harmonies of #0E42AC
Complementary color
Monochromatic Colors of #0E42AC
Black with #0E42AC
Text Example
Text Example
White with #0E42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E42AC; }
p { color: rgb(14,66,172); }
H1.HeaderClassName
{
color: #0E42AC;
}
.AnyTagClassName
{
color: #0E42AC;
}
</style>
background-color css
<style>
a { background-color: #0E42AC; }
a { background-color: rgb(14,66,172); }
div.DivClassName
{
background-color: #0E42AC;
}
.BgClassName
{
background-color: #0E42AC;
}
</style>
border-color css
<style>
span { border-color: #0E42AC; }
span { border-color: rgb(14,66,172); }
td.TdClassName
{
border-color: #0E42AC;
}
.TagClassName
{
border-color: #0E42AC;
}
</style>