Shades of Cobalt #033FAC
Tints of Cobalt #033FAC
RGB
CMYK
RGB Variations
Color information
#033FAC (or 0x033FAC) is known color: Cobalt. HEX triplet: 03, 3F and AC. RGB value is (3,63,172). Sum of RGB (Red+Green+Blue) = 3+63+172=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #033FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033FAC is #FCC053. Grayscale: #383838. Windows color (decimal): -16564308 or 11288323. OLE color: 11288323.
HSL color Cylindrical-coordinate representation of color #033FAC: hue angle of 218.7º 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 #033FAC is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 63 | 172 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.33 |
| HSL | 218.7º | 0.97% | 0.34% | - |
| HSV(B) | 218.7º | 0.98% | 0.67% | - |
| XYZ | 9.26 | 6.55 | 39.81 | - |
| YUV | 57.49 | 192.62 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 172 | 0.98 | 0.63 | 0 | 0.33 | 218.7 | 0.97 | 0.34 |
| Hex | 3 | 3F | AC | 62 | 3F | 0 | 21 | DB | 61 | 22 |
| Octal | 3 | 77 | 254 | 142 | 77 | 0 | 41 | 333 | 141 | 42 |
| Binary | 11 | 111111 | 10101100 | 1100010 | 111111 | 0 | 100001 | 11011011 | 1100001 | 100010 |
Color Harmonies of #033FAC
Complementary color
Monochromatic Colors of #033FAC
Black with #033FAC
Text Example
Text Example
White with #033FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033FAC; }
p { color: rgb(3,63,172); }
H1.HeaderClassName
{
color: #033FAC;
}
.AnyTagClassName
{
color: #033FAC;
}
</style>
background-color css
<style>
a { background-color: #033FAC; }
a { background-color: rgb(3,63,172); }
div.DivClassName
{
background-color: #033FAC;
}
.BgClassName
{
background-color: #033FAC;
}
</style>
border-color css
<style>
span { border-color: #033FAC; }
span { border-color: rgb(3,63,172); }
td.TdClassName
{
border-color: #033FAC;
}
.TagClassName
{
border-color: #033FAC;
}
</style>