Shades of Cobalt #043EB8
Tints of Cobalt #043EB8
RGB
CMYK
RGB Variations
Color information
#043EB8 (or 0x043EB8) is known color: Cobalt. HEX triplet: 04, 3E and B8. RGB value is (4,62,184). Sum of RGB (Red+Green+Blue) = 4+62+184=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 184 (72.27% from 255 or 73.6% from 250); Max value from RGB is 184 - color contains mainly: blue. Hex color #043EB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043EB8 is #FBC147. Grayscale: #3A3A3A. Windows color (decimal): -16499016 or 12074500. OLE color: 12074500.
HSL color Cylindrical-coordinate representation of color #043EB8: hue angle of 220.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043EB8 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 62 | 184 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.28 |
| HSL | 220.67º | 0.96% | 0.37% | - |
| HSV(B) | 220.67º | 0.98% | 0.72% | - |
| XYZ | 10.42 | 6.93 | 46.14 | - |
| YUV | 58.57 | 198.78 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 62 | 184 | 0.98 | 0.66 | 0 | 0.28 | 220.67 | 0.96 | 0.37 |
| Hex | 4 | 3E | B8 | 62 | 42 | 0 | 1C | DD | 60 | 25 |
| Octal | 4 | 76 | 270 | 142 | 102 | 0 | 34 | 335 | 140 | 45 |
| Binary | 100 | 111110 | 10111000 | 1100010 | 1000010 | 0 | 11100 | 11011101 | 1100000 | 100101 |
Color Harmonies of #043EB8
Complementary color
Monochromatic Colors of #043EB8
Black with #043EB8
Text Example
Text Example
White with #043EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043EB8; }
p { color: rgb(4,62,184); }
H1.HeaderClassName
{
color: #043EB8;
}
.AnyTagClassName
{
color: #043EB8;
}
</style>
background-color css
<style>
a { background-color: #043EB8; }
a { background-color: rgb(4,62,184); }
div.DivClassName
{
background-color: #043EB8;
}
.BgClassName
{
background-color: #043EB8;
}
</style>
border-color css
<style>
span { border-color: #043EB8; }
span { border-color: rgb(4,62,184); }
td.TdClassName
{
border-color: #043EB8;
}
.TagClassName
{
border-color: #043EB8;
}
</style>