Shades of Cobalt #033EA8
Tints of Cobalt #033EA8
RGB
CMYK
RGB Variations
Color information
#033EA8 (or 0x033EA8) is known color: Cobalt. HEX triplet: 03, 3E and A8. RGB value is (3,62,168). Sum of RGB (Red+Green+Blue) = 3+62+168=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 168 (66.02% from 255 or 72.10% from 233); Max value from RGB is 168 - color contains mainly: blue. Hex color #033EA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033EA8 is #FCC157. Grayscale: #373737. Windows color (decimal): -16564568 or 11025923. OLE color: 11025923.
HSL color Cylindrical-coordinate representation of color #033EA8: hue angle of 218.55º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033EA8 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 62 | 168 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.34 |
| HSL | 218.55º | 0.96% | 0.34% | - |
| HSV(B) | 218.55º | 0.98% | 0.66% | - |
| XYZ | 8.83 | 6.29 | 37.79 | - |
| YUV | 56.44 | 190.95 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 168 | 0.98 | 0.63 | 0 | 0.34 | 218.55 | 0.96 | 0.34 |
| Hex | 3 | 3E | A8 | 62 | 3F | 0 | 22 | DB | 60 | 22 |
| Octal | 3 | 76 | 250 | 142 | 77 | 0 | 42 | 333 | 140 | 42 |
| Binary | 11 | 111110 | 10101000 | 1100010 | 111111 | 0 | 100010 | 11011011 | 1100000 | 100010 |
Color Harmonies of #033EA8
Complementary color
Monochromatic Colors of #033EA8
Black with #033EA8
Text Example
Text Example
White with #033EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033EA8; }
p { color: rgb(3,62,168); }
H1.HeaderClassName
{
color: #033EA8;
}
.AnyTagClassName
{
color: #033EA8;
}
</style>
background-color css
<style>
a { background-color: #033EA8; }
a { background-color: rgb(3,62,168); }
div.DivClassName
{
background-color: #033EA8;
}
.BgClassName
{
background-color: #033EA8;
}
</style>
border-color css
<style>
span { border-color: #033EA8; }
span { border-color: rgb(3,62,168); }
td.TdClassName
{
border-color: #033EA8;
}
.TagClassName
{
border-color: #033EA8;
}
</style>