Shades of Cobalt #0E559D
Tints of Cobalt #0E559D
RGB
CMYK
RGB Variations
Color information
#0E559D (or 0x0E559D) is known color: Cobalt. HEX triplet: 0E, 55 and 9D. RGB value is (14,85,157). Sum of RGB (Red+Green+Blue) = 14+85+157=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E559D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E559D is #F1AA62. Grayscale: #474747. Windows color (decimal): -15837795 or 10310926. OLE color: 10310926.
HSL color Cylindrical-coordinate representation of color #0E559D: hue angle of 210.21º 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 #0E559D is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 85 | 157 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.38 |
| HSL | 210.21º | 0.84% | 0.34% | - |
| HSV(B) | 210.21º | 0.91% | 0.62% | - |
| XYZ | 9.52 | 9.02 | 33.14 | - |
| YUV | 71.98 | 175.98 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 85 | 157 | 0.91 | 0.46 | 0 | 0.38 | 210.21 | 0.84 | 0.34 |
| Hex | E | 55 | 9D | 5B | 2E | 0 | 26 | D2 | 54 | 22 |
| Octal | 16 | 125 | 235 | 133 | 56 | 0 | 46 | 322 | 124 | 42 |
| Binary | 1110 | 1010101 | 10011101 | 1011011 | 101110 | 0 | 100110 | 11010010 | 1010100 | 100010 |
Color Harmonies of #0E559D
Complementary color
Monochromatic Colors of #0E559D
Black with #0E559D
Text Example
Text Example
White with #0E559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E559D; }
p { color: rgb(14,85,157); }
H1.HeaderClassName
{
color: #0E559D;
}
.AnyTagClassName
{
color: #0E559D;
}
</style>
background-color css
<style>
a { background-color: #0E559D; }
a { background-color: rgb(14,85,157); }
div.DivClassName
{
background-color: #0E559D;
}
.BgClassName
{
background-color: #0E559D;
}
</style>
border-color css
<style>
span { border-color: #0E559D; }
span { border-color: rgb(14,85,157); }
td.TdClassName
{
border-color: #0E559D;
}
.TagClassName
{
border-color: #0E559D;
}
</style>