Shades of Cobalt #0E55A3
Tints of Cobalt #0E55A3
RGB
CMYK
RGB Variations
Color information
#0E55A3 (or 0x0E55A3) is known color: Cobalt. HEX triplet: 0E, 55 and A3. RGB value is (14,85,163). Sum of RGB (Red+Green+Blue) = 14+85+163=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 163 (64.06% from 255 or 62.21% from 262); Max value from RGB is 163 - color contains mainly: blue. Hex color #0E55A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E55A3 is #F1AA5C. Grayscale: #484848. Windows color (decimal): -15837789 or 10704142. OLE color: 10704142.
HSL color Cylindrical-coordinate representation of color #0E55A3: hue angle of 211.41º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E55A3 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 85 | 163 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.36 |
| HSL | 211.41º | 0.84% | 0.35% | - |
| HSV(B) | 211.41º | 0.91% | 0.64% | - |
| XYZ | 10.04 | 9.23 | 35.9 | - |
| YUV | 72.66 | 178.98 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 85 | 163 | 0.91 | 0.48 | 0 | 0.36 | 211.41 | 0.84 | 0.35 |
| Hex | E | 55 | A3 | 5B | 30 | 0 | 24 | D3 | 54 | 23 |
| Octal | 16 | 125 | 243 | 133 | 60 | 0 | 44 | 323 | 124 | 43 |
| Binary | 1110 | 1010101 | 10100011 | 1011011 | 110000 | 0 | 100100 | 11010011 | 1010100 | 100011 |
Color Harmonies of #0E55A3
Complementary color
Monochromatic Colors of #0E55A3
Black with #0E55A3
Text Example
Text Example
White with #0E55A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E55A3; }
p { color: rgb(14,85,163); }
H1.HeaderClassName
{
color: #0E55A3;
}
.AnyTagClassName
{
color: #0E55A3;
}
</style>
background-color css
<style>
a { background-color: #0E55A3; }
a { background-color: rgb(14,85,163); }
div.DivClassName
{
background-color: #0E55A3;
}
.BgClassName
{
background-color: #0E55A3;
}
</style>
border-color css
<style>
span { border-color: #0E55A3; }
span { border-color: rgb(14,85,163); }
td.TdClassName
{
border-color: #0E55A3;
}
.TagClassName
{
border-color: #0E55A3;
}
</style>