Shades of Cobalt #0E5297
Tints of Cobalt #0E5297
RGB
CMYK
RGB Variations
Color information
#0E5297 (or 0x0E5297) is known color: Cobalt. HEX triplet: 0E, 52 and 97. RGB value is (14,82,151). Sum of RGB (Red+Green+Blue) = 14+82+151=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #0E5297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5297 is #F1AD68. Grayscale: #454545. Windows color (decimal): -15838569 or 9916942. OLE color: 9916942.
HSL color Cylindrical-coordinate representation of color #0E5297: hue angle of 210.22º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E5297 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 14 | 82 | 151 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.41 |
| HSL | 210.22º | 0.83% | 0.32% | - |
| HSV(B) | 210.22º | 0.91% | 0.59% | - |
| XYZ | 8.78 | 8.36 | 30.43 | - |
| YUV | 69.53 | 173.97 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 82 | 151 | 0.91 | 0.46 | 0 | 0.41 | 210.22 | 0.83 | 0.32 |
| Hex | E | 52 | 97 | 5B | 2E | 0 | 29 | D2 | 53 | 20 |
| Octal | 16 | 122 | 227 | 133 | 56 | 0 | 51 | 322 | 123 | 40 |
| Binary | 1110 | 1010010 | 10010111 | 1011011 | 101110 | 0 | 101001 | 11010010 | 1010011 | 100000 |
Color Harmonies of #0E5297
Complementary color
Monochromatic Colors of #0E5297
Black with #0E5297
Text Example
Text Example
White with #0E5297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5297; }
p { color: rgb(14,82,151); }
H1.HeaderClassName
{
color: #0E5297;
}
.AnyTagClassName
{
color: #0E5297;
}
</style>
background-color css
<style>
a { background-color: #0E5297; }
a { background-color: rgb(14,82,151); }
div.DivClassName
{
background-color: #0E5297;
}
.BgClassName
{
background-color: #0E5297;
}
</style>
border-color css
<style>
span { border-color: #0E5297; }
span { border-color: rgb(14,82,151); }
td.TdClassName
{
border-color: #0E5297;
}
.TagClassName
{
border-color: #0E5297;
}
</style>