Shades of Cobalt #043FB4
Tints of Cobalt #043FB4
RGB
CMYK
RGB Variations
Color information
#043FB4 (or 0x043FB4) is known color: Cobalt. HEX triplet: 04, 3F and B4. RGB value is (4,63,180). Sum of RGB (Red+Green+Blue) = 4+63+180=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 180 (70.70% from 255 or 72.87% from 247); Max value from RGB is 180 - color contains mainly: blue. Hex color #043FB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043FB4 is #FBC04B. Grayscale: #3A3A3A. Windows color (decimal): -16498764 or 11812612. OLE color: 11812612.
HSL color Cylindrical-coordinate representation of color #043FB4: hue angle of 219.89º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043FB4 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 63 | 180 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.29 |
| HSL | 219.89º | 0.96% | 0.36% | - |
| HSV(B) | 219.89º | 0.98% | 0.71% | - |
| XYZ | 10.07 | 6.88 | 43.98 | - |
| YUV | 58.7 | 196.45 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 180 | 0.98 | 0.65 | 0 | 0.29 | 219.89 | 0.96 | 0.36 |
| Hex | 4 | 3F | B4 | 62 | 41 | 0 | 1D | DC | 60 | 24 |
| Octal | 4 | 77 | 264 | 142 | 101 | 0 | 35 | 334 | 140 | 44 |
| Binary | 100 | 111111 | 10110100 | 1100010 | 1000001 | 0 | 11101 | 11011100 | 1100000 | 100100 |
Color Harmonies of #043FB4
Complementary color
Monochromatic Colors of #043FB4
Black with #043FB4
Text Example
Text Example
White with #043FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043FB4; }
p { color: rgb(4,63,180); }
H1.HeaderClassName
{
color: #043FB4;
}
.AnyTagClassName
{
color: #043FB4;
}
</style>
background-color css
<style>
a { background-color: #043FB4; }
a { background-color: rgb(4,63,180); }
div.DivClassName
{
background-color: #043FB4;
}
.BgClassName
{
background-color: #043FB4;
}
</style>
border-color css
<style>
span { border-color: #043FB4; }
span { border-color: rgb(4,63,180); }
td.TdClassName
{
border-color: #043FB4;
}
.TagClassName
{
border-color: #043FB4;
}
</style>