Shades of Cobalt #043FAF
Tints of Cobalt #043FAF
RGB
CMYK
RGB Variations
Color information
#043FAF (or 0x043FAF) is known color: Cobalt. HEX triplet: 04, 3F and AF. RGB value is (4,63,175). Sum of RGB (Red+Green+Blue) = 4+63+175=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #043FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043FAF is #FBC050. Grayscale: #393939. Windows color (decimal): -16498769 or 11484932. OLE color: 11484932.
HSL color Cylindrical-coordinate representation of color #043FAF: hue angle of 219.3º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043FAF is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 63 | 175 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.31 |
| HSL | 219.3º | 0.96% | 0.35% | - |
| HSV(B) | 219.3º | 0.98% | 0.69% | - |
| XYZ | 9.57 | 6.68 | 41.34 | - |
| YUV | 58.13 | 193.95 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 175 | 0.98 | 0.64 | 0 | 0.31 | 219.3 | 0.96 | 0.35 |
| Hex | 4 | 3F | AF | 62 | 40 | 0 | 1F | DB | 60 | 23 |
| Octal | 4 | 77 | 257 | 142 | 100 | 0 | 37 | 333 | 140 | 43 |
| Binary | 100 | 111111 | 10101111 | 1100010 | 1000000 | 0 | 11111 | 11011011 | 1100000 | 100011 |
Color Harmonies of #043FAF
Complementary color
Monochromatic Colors of #043FAF
Black with #043FAF
Text Example
Text Example
White with #043FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043FAF; }
p { color: rgb(4,63,175); }
H1.HeaderClassName
{
color: #043FAF;
}
.AnyTagClassName
{
color: #043FAF;
}
</style>
background-color css
<style>
a { background-color: #043FAF; }
a { background-color: rgb(4,63,175); }
div.DivClassName
{
background-color: #043FAF;
}
.BgClassName
{
background-color: #043FAF;
}
</style>
border-color css
<style>
span { border-color: #043FAF; }
span { border-color: rgb(4,63,175); }
td.TdClassName
{
border-color: #043FAF;
}
.TagClassName
{
border-color: #043FAF;
}
</style>