Shades of Cobalt #0E4DA3
Tints of Cobalt #0E4DA3
RGB
CMYK
RGB Variations
Color information
#0E4DA3 (or 0x0E4DA3) is known color: Cobalt. HEX triplet: 0E, 4D and A3. RGB value is (14,77,163). Sum of RGB (Red+Green+Blue) = 14+77+163=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 163 (64.06% from 255 or 64.17% from 254); Max value from RGB is 163 - color contains mainly: blue. Hex color #0E4DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E4DA3 is #F1B25C. Grayscale: #434343. Windows color (decimal): -15839837 or 10702094. OLE color: 10702094.
HSL color Cylindrical-coordinate representation of color #0E4DA3: hue angle of 214.63º 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 #0E4DA3 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 77 | 163 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.36 |
| HSL | 214.63º | 0.84% | 0.35% | - |
| HSV(B) | 214.63º | 0.91% | 0.64% | - |
| XYZ | 9.45 | 8.05 | 35.71 | - |
| YUV | 67.97 | 181.63 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 77 | 163 | 0.91 | 0.53 | 0 | 0.36 | 214.63 | 0.84 | 0.35 |
| Hex | E | 4D | A3 | 5B | 35 | 0 | 24 | D7 | 54 | 23 |
| Octal | 16 | 115 | 243 | 133 | 65 | 0 | 44 | 327 | 124 | 43 |
| Binary | 1110 | 1001101 | 10100011 | 1011011 | 110101 | 0 | 100100 | 11010111 | 1010100 | 100011 |
Color Harmonies of #0E4DA3
Complementary color
Monochromatic Colors of #0E4DA3
Black with #0E4DA3
Text Example
Text Example
White with #0E4DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4DA3; }
p { color: rgb(14,77,163); }
H1.HeaderClassName
{
color: #0E4DA3;
}
.AnyTagClassName
{
color: #0E4DA3;
}
</style>
background-color css
<style>
a { background-color: #0E4DA3; }
a { background-color: rgb(14,77,163); }
div.DivClassName
{
background-color: #0E4DA3;
}
.BgClassName
{
background-color: #0E4DA3;
}
</style>
border-color css
<style>
span { border-color: #0E4DA3; }
span { border-color: rgb(14,77,163); }
td.TdClassName
{
border-color: #0E4DA3;
}
.TagClassName
{
border-color: #0E4DA3;
}
</style>