Shades of Cobalt #023EAC
Tints of Cobalt #023EAC
RGB
CMYK
RGB Variations
Color information
#023EAC (or 0x023EAC) is known color: Cobalt. HEX triplet: 02, 3E and AC. RGB value is (2,62,172). Sum of RGB (Red+Green+Blue) = 2+62+172=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #023EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023EAC is #FDC153. Grayscale: #383838. Windows color (decimal): -16630100 or 11288066. OLE color: 11288066.
HSL color Cylindrical-coordinate representation of color #023EAC: hue angle of 218.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023EAC is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 62 | 172 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.33 |
| HSL | 218.82º | 0.98% | 0.34% | - |
| HSV(B) | 218.82º | 0.99% | 0.67% | - |
| XYZ | 9.19 | 6.44 | 39.79 | - |
| YUV | 56.6 | 193.12 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 172 | 0.99 | 0.64 | 0 | 0.33 | 218.82 | 0.98 | 0.34 |
| Hex | 2 | 3E | AC | 63 | 40 | 0 | 21 | DB | 62 | 22 |
| Octal | 2 | 76 | 254 | 143 | 100 | 0 | 41 | 333 | 142 | 42 |
| Binary | 10 | 111110 | 10101100 | 1100011 | 1000000 | 0 | 100001 | 11011011 | 1100010 | 100010 |
Color Harmonies of #023EAC
Complementary color
Monochromatic Colors of #023EAC
Black with #023EAC
Text Example
Text Example
White with #023EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023EAC; }
p { color: rgb(2,62,172); }
H1.HeaderClassName
{
color: #023EAC;
}
.AnyTagClassName
{
color: #023EAC;
}
</style>
background-color css
<style>
a { background-color: #023EAC; }
a { background-color: rgb(2,62,172); }
div.DivClassName
{
background-color: #023EAC;
}
.BgClassName
{
background-color: #023EAC;
}
</style>
border-color css
<style>
span { border-color: #023EAC; }
span { border-color: rgb(2,62,172); }
td.TdClassName
{
border-color: #023EAC;
}
.TagClassName
{
border-color: #023EAC;
}
</style>