Shades of Cobalt #0E449E
Tints of Cobalt #0E449E
RGB
CMYK
RGB Variations
Color information
#0E449E (or 0x0E449E) is known color: Cobalt. HEX triplet: 0E, 44 and 9E. RGB value is (14,68,158). Sum of RGB (Red+Green+Blue) = 14+68+158=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #0E449E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E449E is #F1BB61. Grayscale: #3D3D3D. Windows color (decimal): -15842146 or 10372110. OLE color: 10372110.
HSL color Cylindrical-coordinate representation of color #0E449E: hue angle of 217.5º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E449E is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 68 | 158 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.38 |
| HSL | 217.5º | 0.84% | 0.34% | - |
| HSV(B) | 217.5º | 0.91% | 0.62% | - |
| XYZ | 8.42 | 6.7 | 33.2 | - |
| YUV | 62.11 | 182.11 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 68 | 158 | 0.91 | 0.57 | 0 | 0.38 | 217.5 | 0.84 | 0.34 |
| Hex | E | 44 | 9E | 5B | 39 | 0 | 26 | DA | 54 | 22 |
| Octal | 16 | 104 | 236 | 133 | 71 | 0 | 46 | 332 | 124 | 42 |
| Binary | 1110 | 1000100 | 10011110 | 1011011 | 111001 | 0 | 100110 | 11011010 | 1010100 | 100010 |
Color Harmonies of #0E449E
Complementary color
Monochromatic Colors of #0E449E
Black with #0E449E
Text Example
Text Example
White with #0E449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E449E; }
p { color: rgb(14,68,158); }
H1.HeaderClassName
{
color: #0E449E;
}
.AnyTagClassName
{
color: #0E449E;
}
</style>
background-color css
<style>
a { background-color: #0E449E; }
a { background-color: rgb(14,68,158); }
div.DivClassName
{
background-color: #0E449E;
}
.BgClassName
{
background-color: #0E449E;
}
</style>
border-color css
<style>
span { border-color: #0E449E; }
span { border-color: rgb(14,68,158); }
td.TdClassName
{
border-color: #0E449E;
}
.TagClassName
{
border-color: #0E449E;
}
</style>