Shades of Cobalt #043CAC
Tints of Cobalt #043CAC
RGB
CMYK
RGB Variations
Color information
#043CAC (or 0x043CAC) is known color: Cobalt. HEX triplet: 04, 3C and AC. RGB value is (4,60,172). Sum of RGB (Red+Green+Blue) = 4+60+172=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #043CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043CAC is #FBC353. Grayscale: #373737. Windows color (decimal): -16499540 or 11287556. OLE color: 11287556.
HSL color Cylindrical-coordinate representation of color #043CAC: hue angle of 220º 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 #043CAC is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 60 | 172 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.33 |
| HSL | 220º | 0.95% | 0.35% | - |
| HSV(B) | 220º | 0.98% | 0.67% | - |
| XYZ | 9.11 | 6.24 | 39.75 | - |
| YUV | 56.02 | 193.45 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 172 | 0.98 | 0.65 | 0 | 0.33 | 220 | 0.95 | 0.35 |
| Hex | 4 | 3C | AC | 62 | 41 | 0 | 21 | DC | 5F | 23 |
| Octal | 4 | 74 | 254 | 142 | 101 | 0 | 41 | 334 | 137 | 43 |
| Binary | 100 | 111100 | 10101100 | 1100010 | 1000001 | 0 | 100001 | 11011100 | 1011111 | 100011 |
Color Harmonies of #043CAC
Complementary color
Monochromatic Colors of #043CAC
Black with #043CAC
Text Example
Text Example
White with #043CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043CAC; }
p { color: rgb(4,60,172); }
H1.HeaderClassName
{
color: #043CAC;
}
.AnyTagClassName
{
color: #043CAC;
}
</style>
background-color css
<style>
a { background-color: #043CAC; }
a { background-color: rgb(4,60,172); }
div.DivClassName
{
background-color: #043CAC;
}
.BgClassName
{
background-color: #043CAC;
}
</style>
border-color css
<style>
span { border-color: #043CAC; }
span { border-color: rgb(4,60,172); }
td.TdClassName
{
border-color: #043CAC;
}
.TagClassName
{
border-color: #043CAC;
}
</style>