Shades of Cobalt #033FA6
Tints of Cobalt #033FA6
RGB
CMYK
RGB Variations
Color information
#033FA6 (or 0x033FA6) is known color: Cobalt. HEX triplet: 03, 3F and A6. RGB value is (3,63,166). Sum of RGB (Red+Green+Blue) = 3+63+166=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 166 (65.23% from 255 or 71.55% from 232); Max value from RGB is 166 - color contains mainly: blue. Hex color #033FA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033FA6 is #FCC059. Grayscale: #383838. Windows color (decimal): -16564314 or 10895107. OLE color: 10895107.
HSL color Cylindrical-coordinate representation of color #033FA6: hue angle of 217.91º 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 #033FA6 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 63 | 166 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.35 |
| HSL | 217.91º | 0.96% | 0.33% | - |
| HSV(B) | 217.91º | 0.98% | 0.65% | - |
| XYZ | 8.7 | 6.33 | 36.84 | - |
| YUV | 56.8 | 189.62 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 166 | 0.98 | 0.62 | 0 | 0.35 | 217.91 | 0.96 | 0.33 |
| Hex | 3 | 3F | A6 | 62 | 3E | 0 | 23 | DA | 60 | 21 |
| Octal | 3 | 77 | 246 | 142 | 76 | 0 | 43 | 332 | 140 | 41 |
| Binary | 11 | 111111 | 10100110 | 1100010 | 111110 | 0 | 100011 | 11011010 | 1100000 | 100001 |
Color Harmonies of #033FA6
Complementary color
Monochromatic Colors of #033FA6
Black with #033FA6
Text Example
Text Example
White with #033FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033FA6; }
p { color: rgb(3,63,166); }
H1.HeaderClassName
{
color: #033FA6;
}
.AnyTagClassName
{
color: #033FA6;
}
</style>
background-color css
<style>
a { background-color: #033FA6; }
a { background-color: rgb(3,63,166); }
div.DivClassName
{
background-color: #033FA6;
}
.BgClassName
{
background-color: #033FA6;
}
</style>
border-color css
<style>
span { border-color: #033FA6; }
span { border-color: rgb(3,63,166); }
td.TdClassName
{
border-color: #033FA6;
}
.TagClassName
{
border-color: #033FA6;
}
</style>