Shades of Cobalt #0E45AD
Tints of Cobalt #0E45AD
RGB
CMYK
RGB Variations
Color information
#0E45AD (or 0x0E45AD) is known color: Cobalt. HEX triplet: 0E, 45 and AD. RGB value is (14,69,173). Sum of RGB (Red+Green+Blue) = 14+69+173=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E45AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E45AD is #F1BA52. Grayscale: #3F3F3F. Windows color (decimal): -15841875 or 11355406. OLE color: 11355406.
HSL color Cylindrical-coordinate representation of color #0E45AD: hue angle of 219.25º 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 #0E45AD is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 69 | 173 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.32 |
| HSL | 219.25º | 0.85% | 0.37% | - |
| HSV(B) | 219.25º | 0.92% | 0.68% | - |
| XYZ | 9.85 | 7.37 | 40.44 | - |
| YUV | 64.41 | 189.28 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 69 | 173 | 0.92 | 0.60 | 0 | 0.32 | 219.25 | 0.85 | 0.37 |
| Hex | E | 45 | AD | 5C | 3C | 0 | 20 | DB | 55 | 25 |
| Octal | 16 | 105 | 255 | 134 | 74 | 0 | 40 | 333 | 125 | 45 |
| Binary | 1110 | 1000101 | 10101101 | 1011100 | 111100 | 0 | 100000 | 11011011 | 1010101 | 100101 |
Color Harmonies of #0E45AD
Complementary color
Monochromatic Colors of #0E45AD
Black with #0E45AD
Text Example
Text Example
White with #0E45AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E45AD; }
p { color: rgb(14,69,173); }
H1.HeaderClassName
{
color: #0E45AD;
}
.AnyTagClassName
{
color: #0E45AD;
}
</style>
background-color css
<style>
a { background-color: #0E45AD; }
a { background-color: rgb(14,69,173); }
div.DivClassName
{
background-color: #0E45AD;
}
.BgClassName
{
background-color: #0E45AD;
}
</style>
border-color css
<style>
span { border-color: #0E45AD; }
span { border-color: rgb(14,69,173); }
td.TdClassName
{
border-color: #0E45AD;
}
.TagClassName
{
border-color: #0E45AD;
}
</style>