Shades of Cobalt #033CA6
Tints of Cobalt #033CA6
RGB
CMYK
RGB Variations
Color information
#033CA6 (or 0x033CA6) is known color: Cobalt. HEX triplet: 03, 3C and A6. RGB value is (3,60,166). Sum of RGB (Red+Green+Blue) = 3+60+166=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 166 (65.23% from 255 or 72.49% from 229); Max value from RGB is 166 - color contains mainly: blue. Hex color #033CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033CA6 is #FCC359. Grayscale: #363636. Windows color (decimal): -16565082 or 10894339. OLE color: 10894339.
HSL color Cylindrical-coordinate representation of color #033CA6: hue angle of 219.02º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033CA6 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 60 | 166 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.35 |
| HSL | 219.02º | 0.96% | 0.33% | - |
| HSV(B) | 219.02º | 0.98% | 0.65% | - |
| XYZ | 8.54 | 6 | 36.79 | - |
| YUV | 55.04 | 190.62 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 166 | 0.98 | 0.64 | 0 | 0.35 | 219.02 | 0.96 | 0.33 |
| Hex | 3 | 3C | A6 | 62 | 40 | 0 | 23 | DB | 60 | 21 |
| Octal | 3 | 74 | 246 | 142 | 100 | 0 | 43 | 333 | 140 | 41 |
| Binary | 11 | 111100 | 10100110 | 1100010 | 1000000 | 0 | 100011 | 11011011 | 1100000 | 100001 |
Color Harmonies of #033CA6
Complementary color
Monochromatic Colors of #033CA6
Black with #033CA6
Text Example
Text Example
White with #033CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033CA6; }
p { color: rgb(3,60,166); }
H1.HeaderClassName
{
color: #033CA6;
}
.AnyTagClassName
{
color: #033CA6;
}
</style>
background-color css
<style>
a { background-color: #033CA6; }
a { background-color: rgb(3,60,166); }
div.DivClassName
{
background-color: #033CA6;
}
.BgClassName
{
background-color: #033CA6;
}
</style>
border-color css
<style>
span { border-color: #033CA6; }
span { border-color: rgb(3,60,166); }
td.TdClassName
{
border-color: #033CA6;
}
.TagClassName
{
border-color: #033CA6;
}
</style>