Shades of Cobalt #033DAB
Tints of Cobalt #033DAB
RGB
CMYK
RGB Variations
Color information
#033DAB (or 0x033DAB) is known color: Cobalt. HEX triplet: 03, 3D and AB. RGB value is (3,61,171). Sum of RGB (Red+Green+Blue) = 3+61+171=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #033DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033DAB is #FCC254. Grayscale: #373737. Windows color (decimal): -16564821 or 11222275. OLE color: 11222275.
HSL color Cylindrical-coordinate representation of color #033DAB: hue angle of 219.29º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033DAB is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 61 | 171 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.33 |
| HSL | 219.29º | 0.97% | 0.34% | - |
| HSV(B) | 219.29º | 0.98% | 0.67% | - |
| XYZ | 9.06 | 6.3 | 39.27 | - |
| YUV | 56.2 | 192.78 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 171 | 0.98 | 0.64 | 0 | 0.33 | 219.29 | 0.97 | 0.34 |
| Hex | 3 | 3D | AB | 62 | 40 | 0 | 21 | DB | 61 | 22 |
| Octal | 3 | 75 | 253 | 142 | 100 | 0 | 41 | 333 | 141 | 42 |
| Binary | 11 | 111101 | 10101011 | 1100010 | 1000000 | 0 | 100001 | 11011011 | 1100001 | 100010 |
Color Harmonies of #033DAB
Complementary color
Monochromatic Colors of #033DAB
Black with #033DAB
Text Example
Text Example
White with #033DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DAB; }
p { color: rgb(3,61,171); }
H1.HeaderClassName
{
color: #033DAB;
}
.AnyTagClassName
{
color: #033DAB;
}
</style>
background-color css
<style>
a { background-color: #033DAB; }
a { background-color: rgb(3,61,171); }
div.DivClassName
{
background-color: #033DAB;
}
.BgClassName
{
background-color: #033DAB;
}
</style>
border-color css
<style>
span { border-color: #033DAB; }
span { border-color: rgb(3,61,171); }
td.TdClassName
{
border-color: #033DAB;
}
.TagClassName
{
border-color: #033DAB;
}
</style>