Shades of Cobalt #043FA8
Tints of Cobalt #043FA8
RGB
CMYK
RGB Variations
Color information
#043FA8 (or 0x043FA8) is known color: Cobalt. HEX triplet: 04, 3F and A8. RGB value is (4,63,168). Sum of RGB (Red+Green+Blue) = 4+63+168=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 168 (66.02% from 255 or 71.49% from 235); Max value from RGB is 168 - color contains mainly: blue. Hex color #043FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043FA8 is #FBC057. Grayscale: #383838. Windows color (decimal): -16498776 or 11026180. OLE color: 11026180.
HSL color Cylindrical-coordinate representation of color #043FA8: hue angle of 218.41º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043FA8 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 63 | 168 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.34 |
| HSL | 218.41º | 0.95% | 0.34% | - |
| HSV(B) | 218.41º | 0.98% | 0.66% | - |
| XYZ | 8.9 | 6.41 | 37.81 | - |
| YUV | 57.33 | 190.45 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 168 | 0.98 | 0.63 | 0 | 0.34 | 218.41 | 0.95 | 0.34 |
| Hex | 4 | 3F | A8 | 62 | 3F | 0 | 22 | DA | 5F | 22 |
| Octal | 4 | 77 | 250 | 142 | 77 | 0 | 42 | 332 | 137 | 42 |
| Binary | 100 | 111111 | 10101000 | 1100010 | 111111 | 0 | 100010 | 11011010 | 1011111 | 100010 |
Color Harmonies of #043FA8
Complementary color
Monochromatic Colors of #043FA8
Black with #043FA8
Text Example
Text Example
White with #043FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043FA8; }
p { color: rgb(4,63,168); }
H1.HeaderClassName
{
color: #043FA8;
}
.AnyTagClassName
{
color: #043FA8;
}
</style>
background-color css
<style>
a { background-color: #043FA8; }
a { background-color: rgb(4,63,168); }
div.DivClassName
{
background-color: #043FA8;
}
.BgClassName
{
background-color: #043FA8;
}
</style>
border-color css
<style>
span { border-color: #043FA8; }
span { border-color: rgb(4,63,168); }
td.TdClassName
{
border-color: #043FA8;
}
.TagClassName
{
border-color: #043FA8;
}
</style>