Shades of Cobalt #023EA1
Tints of Cobalt #023EA1
RGB
CMYK
RGB Variations
Color information
#023EA1 (or 0x023EA1) is known color: Cobalt. HEX triplet: 02, 3E and A1. RGB value is (2,62,161). Sum of RGB (Red+Green+Blue) = 2+62+161=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 161 (63.28% from 255 or 71.56% from 225); Max value from RGB is 161 - color contains mainly: blue. Hex color #023EA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023EA1 is #FDC15E. Grayscale: #363636. Windows color (decimal): -16630111 or 10567170. OLE color: 10567170.
HSL color Cylindrical-coordinate representation of color #023EA1: hue angle of 217.36º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023EA1 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 62 | 161 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.37 |
| HSL | 217.36º | 0.98% | 0.32% | - |
| HSV(B) | 217.36º | 0.99% | 0.63% | - |
| XYZ | 8.18 | 6.03 | 34.45 | - |
| YUV | 55.35 | 187.62 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 161 | 0.99 | 0.61 | 0 | 0.37 | 217.36 | 0.98 | 0.32 |
| Hex | 2 | 3E | A1 | 63 | 3D | 0 | 25 | D9 | 62 | 20 |
| Octal | 2 | 76 | 241 | 143 | 75 | 0 | 45 | 331 | 142 | 40 |
| Binary | 10 | 111110 | 10100001 | 1100011 | 111101 | 0 | 100101 | 11011001 | 1100010 | 100000 |
Color Harmonies of #023EA1
Complementary color
Monochromatic Colors of #023EA1
Black with #023EA1
Text Example
Text Example
White with #023EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023EA1; }
p { color: rgb(2,62,161); }
H1.HeaderClassName
{
color: #023EA1;
}
.AnyTagClassName
{
color: #023EA1;
}
</style>
background-color css
<style>
a { background-color: #023EA1; }
a { background-color: rgb(2,62,161); }
div.DivClassName
{
background-color: #023EA1;
}
.BgClassName
{
background-color: #023EA1;
}
</style>
border-color css
<style>
span { border-color: #023EA1; }
span { border-color: rgb(2,62,161); }
td.TdClassName
{
border-color: #023EA1;
}
.TagClassName
{
border-color: #023EA1;
}
</style>