Shades of Cobalt #0E44A2
Tints of Cobalt #0E44A2
RGB
CMYK
RGB Variations
Color information
#0E44A2 (or 0x0E44A2) is known color: Cobalt. HEX triplet: 0E, 44 and A2. RGB value is (14,68,162). Sum of RGB (Red+Green+Blue) = 14+68+162=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 162 (63.67% from 255 or 66.39% from 244); Max value from RGB is 162 - color contains mainly: blue. Hex color #0E44A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E44A2 is #F1BB5D. Grayscale: #3E3E3E. Windows color (decimal): -15842142 or 10634254. OLE color: 10634254.
HSL color Cylindrical-coordinate representation of color #0E44A2: hue angle of 218.11º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E44A2 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 68 | 162 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.36 |
| HSL | 218.11º | 0.84% | 0.35% | - |
| HSV(B) | 218.11º | 0.91% | 0.64% | - |
| XYZ | 8.77 | 6.84 | 35.04 | - |
| YUV | 62.57 | 184.11 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 68 | 162 | 0.91 | 0.58 | 0 | 0.36 | 218.11 | 0.84 | 0.35 |
| Hex | E | 44 | A2 | 5B | 3A | 0 | 24 | DA | 54 | 23 |
| Octal | 16 | 104 | 242 | 133 | 72 | 0 | 44 | 332 | 124 | 43 |
| Binary | 1110 | 1000100 | 10100010 | 1011011 | 111010 | 0 | 100100 | 11011010 | 1010100 | 100011 |
Color Harmonies of #0E44A2
Complementary color
Monochromatic Colors of #0E44A2
Black with #0E44A2
Text Example
Text Example
White with #0E44A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E44A2; }
p { color: rgb(14,68,162); }
H1.HeaderClassName
{
color: #0E44A2;
}
.AnyTagClassName
{
color: #0E44A2;
}
</style>
background-color css
<style>
a { background-color: #0E44A2; }
a { background-color: rgb(14,68,162); }
div.DivClassName
{
background-color: #0E44A2;
}
.BgClassName
{
background-color: #0E44A2;
}
</style>
border-color css
<style>
span { border-color: #0E44A2; }
span { border-color: rgb(14,68,162); }
td.TdClassName
{
border-color: #0E44A2;
}
.TagClassName
{
border-color: #0E44A2;
}
</style>