Shades of Cobalt #0E509B
Tints of Cobalt #0E509B
RGB
CMYK
RGB Variations
Color information
#0E509B (or 0x0E509B) is known color: Cobalt. HEX triplet: 0E, 50 and 9B. RGB value is (14,80,155). Sum of RGB (Red+Green+Blue) = 14+80+155=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E509B is #F1AF64. Grayscale: #444444. Windows color (decimal): -15839077 or 10178574. OLE color: 10178574.
HSL color Cylindrical-coordinate representation of color #0E509B: hue angle of 211.91º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E509B is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 80 | 155 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.39 |
| HSL | 211.91º | 0.83% | 0.33% | - |
| HSV(B) | 211.91º | 0.91% | 0.61% | - |
| XYZ | 8.97 | 8.2 | 32.12 | - |
| YUV | 68.82 | 176.63 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 80 | 155 | 0.91 | 0.48 | 0 | 0.39 | 211.91 | 0.83 | 0.33 |
| Hex | E | 50 | 9B | 5B | 30 | 0 | 27 | D4 | 53 | 21 |
| Octal | 16 | 120 | 233 | 133 | 60 | 0 | 47 | 324 | 123 | 41 |
| Binary | 1110 | 1010000 | 10011011 | 1011011 | 110000 | 0 | 100111 | 11010100 | 1010011 | 100001 |
Color Harmonies of #0E509B
Complementary color
Monochromatic Colors of #0E509B
Black with #0E509B
Text Example
Text Example
White with #0E509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E509B; }
p { color: rgb(14,80,155); }
H1.HeaderClassName
{
color: #0E509B;
}
.AnyTagClassName
{
color: #0E509B;
}
</style>
background-color css
<style>
a { background-color: #0E509B; }
a { background-color: rgb(14,80,155); }
div.DivClassName
{
background-color: #0E509B;
}
.BgClassName
{
background-color: #0E509B;
}
</style>
border-color css
<style>
span { border-color: #0E509B; }
span { border-color: rgb(14,80,155); }
td.TdClassName
{
border-color: #0E509B;
}
.TagClassName
{
border-color: #0E509B;
}
</style>