Shades of Cobalt #043FAC
Tints of Cobalt #043FAC
RGB
CMYK
RGB Variations
Color information
#043FAC (or 0x043FAC) is known color: Cobalt. HEX triplet: 04, 3F and AC. RGB value is (4,63,172). Sum of RGB (Red+Green+Blue) = 4+63+172=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #043FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043FAC is #FBC053. Grayscale: #393939. Windows color (decimal): -16498772 or 11288324. OLE color: 11288324.
HSL color Cylindrical-coordinate representation of color #043FAC: hue angle of 218.93º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043FAC is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 63 | 172 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.33 |
| HSL | 218.93º | 0.95% | 0.35% | - |
| HSV(B) | 218.93º | 0.98% | 0.67% | - |
| XYZ | 9.27 | 6.56 | 39.81 | - |
| YUV | 57.79 | 192.45 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 172 | 0.98 | 0.63 | 0 | 0.33 | 218.93 | 0.95 | 0.35 |
| Hex | 4 | 3F | AC | 62 | 3F | 0 | 21 | DB | 5F | 23 |
| Octal | 4 | 77 | 254 | 142 | 77 | 0 | 41 | 333 | 137 | 43 |
| Binary | 100 | 111111 | 10101100 | 1100010 | 111111 | 0 | 100001 | 11011011 | 1011111 | 100011 |
Color Harmonies of #043FAC
Complementary color
Monochromatic Colors of #043FAC
Black with #043FAC
Text Example
Text Example
White with #043FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043FAC; }
p { color: rgb(4,63,172); }
H1.HeaderClassName
{
color: #043FAC;
}
.AnyTagClassName
{
color: #043FAC;
}
</style>
background-color css
<style>
a { background-color: #043FAC; }
a { background-color: rgb(4,63,172); }
div.DivClassName
{
background-color: #043FAC;
}
.BgClassName
{
background-color: #043FAC;
}
</style>
border-color css
<style>
span { border-color: #043FAC; }
span { border-color: rgb(4,63,172); }
td.TdClassName
{
border-color: #043FAC;
}
.TagClassName
{
border-color: #043FAC;
}
</style>