Shades of Cobalt #0E569B
Tints of Cobalt #0E569B
RGB
CMYK
RGB Variations
Color information
#0E569B (or 0x0E569B) is known color: Cobalt. HEX triplet: 0E, 56 and 9B. RGB value is (14,86,155). Sum of RGB (Red+Green+Blue) = 14+86+155=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E569B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E569B is #F1A964. Grayscale: #474747. Windows color (decimal): -15837541 or 10180110. OLE color: 10180110.
HSL color Cylindrical-coordinate representation of color #0E569B: hue angle of 209.36º 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 #0E569B is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 86 | 155 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.39 |
| HSL | 209.36º | 0.83% | 0.33% | - |
| HSV(B) | 209.36º | 0.91% | 0.61% | - |
| XYZ | 9.43 | 9.12 | 32.27 | - |
| YUV | 72.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 86 | 155 | 0.91 | 0.45 | 0 | 0.39 | 209.36 | 0.83 | 0.33 |
| Hex | E | 56 | 9B | 5B | 2D | 0 | 27 | D1 | 53 | 21 |
| Octal | 16 | 126 | 233 | 133 | 55 | 0 | 47 | 321 | 123 | 41 |
| Binary | 1110 | 1010110 | 10011011 | 1011011 | 101101 | 0 | 100111 | 11010001 | 1010011 | 100001 |
Color Harmonies of #0E569B
Complementary color
Monochromatic Colors of #0E569B
Black with #0E569B
Text Example
Text Example
White with #0E569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E569B; }
p { color: rgb(14,86,155); }
H1.HeaderClassName
{
color: #0E569B;
}
.AnyTagClassName
{
color: #0E569B;
}
</style>
background-color css
<style>
a { background-color: #0E569B; }
a { background-color: rgb(14,86,155); }
div.DivClassName
{
background-color: #0E569B;
}
.BgClassName
{
background-color: #0E569B;
}
</style>
border-color css
<style>
span { border-color: #0E569B; }
span { border-color: rgb(14,86,155); }
td.TdClassName
{
border-color: #0E569B;
}
.TagClassName
{
border-color: #0E569B;
}
</style>