Shades of Cobalt #033CA9
Tints of Cobalt #033CA9
RGB
CMYK
RGB Variations
Color information
#033CA9 (or 0x033CA9) is known color: Cobalt. HEX triplet: 03, 3C and A9. RGB value is (3,60,169). Sum of RGB (Red+Green+Blue) = 3+60+169=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 169 (66.41% from 255 or 72.84% from 232); Max value from RGB is 169 - color contains mainly: blue. Hex color #033CA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033CA9 is #FCC356. Grayscale: #363636. Windows color (decimal): -16565079 or 11090947. OLE color: 11090947.
HSL color Cylindrical-coordinate representation of color #033CA9: hue angle of 219.4º degrees, saturation: 0.97, 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 #033CA9 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 60 | 169 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.34 |
| HSL | 219.4º | 0.97% | 0.34% | - |
| HSV(B) | 219.4º | 0.98% | 0.66% | - |
| XYZ | 8.81 | 6.12 | 38.25 | - |
| YUV | 55.38 | 192.12 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 169 | 0.98 | 0.64 | 0 | 0.34 | 219.4 | 0.97 | 0.34 |
| Hex | 3 | 3C | A9 | 62 | 40 | 0 | 22 | DB | 61 | 22 |
| Octal | 3 | 74 | 251 | 142 | 100 | 0 | 42 | 333 | 141 | 42 |
| Binary | 11 | 111100 | 10101001 | 1100010 | 1000000 | 0 | 100010 | 11011011 | 1100001 | 100010 |
Color Harmonies of #033CA9
Complementary color
Monochromatic Colors of #033CA9
Black with #033CA9
Text Example
Text Example
White with #033CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033CA9; }
p { color: rgb(3,60,169); }
H1.HeaderClassName
{
color: #033CA9;
}
.AnyTagClassName
{
color: #033CA9;
}
</style>
background-color css
<style>
a { background-color: #033CA9; }
a { background-color: rgb(3,60,169); }
div.DivClassName
{
background-color: #033CA9;
}
.BgClassName
{
background-color: #033CA9;
}
</style>
border-color css
<style>
span { border-color: #033CA9; }
span { border-color: rgb(3,60,169); }
td.TdClassName
{
border-color: #033CA9;
}
.TagClassName
{
border-color: #033CA9;
}
</style>