Shades of Cobalt #043EBA
Tints of Cobalt #043EBA
RGB
CMYK
RGB Variations
Color information
#043EBA (or 0x043EBA) is known color: Cobalt. HEX triplet: 04, 3E and BA. RGB value is (4,62,186). Sum of RGB (Red+Green+Blue) = 4+62+186=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #043EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043EBA is #FBC145. Grayscale: #3A3A3A. Windows color (decimal): -16499014 or 12205572. OLE color: 12205572.
HSL color Cylindrical-coordinate representation of color #043EBA: hue angle of 220.88º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043EBA is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 62 | 186 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.27 |
| HSL | 220.88º | 0.96% | 0.37% | - |
| HSV(B) | 220.88º | 0.98% | 0.73% | - |
| XYZ | 10.64 | 7.02 | 47.25 | - |
| YUV | 58.79 | 199.78 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 62 | 186 | 0.98 | 0.67 | 0 | 0.27 | 220.88 | 0.96 | 0.37 |
| Hex | 4 | 3E | BA | 62 | 43 | 0 | 1B | DD | 60 | 25 |
| Octal | 4 | 76 | 272 | 142 | 103 | 0 | 33 | 335 | 140 | 45 |
| Binary | 100 | 111110 | 10111010 | 1100010 | 1000011 | 0 | 11011 | 11011101 | 1100000 | 100101 |
Color Harmonies of #043EBA
Complementary color
Monochromatic Colors of #043EBA
Black with #043EBA
Text Example
Text Example
White with #043EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043EBA; }
p { color: rgb(4,62,186); }
H1.HeaderClassName
{
color: #043EBA;
}
.AnyTagClassName
{
color: #043EBA;
}
</style>
background-color css
<style>
a { background-color: #043EBA; }
a { background-color: rgb(4,62,186); }
div.DivClassName
{
background-color: #043EBA;
}
.BgClassName
{
background-color: #043EBA;
}
</style>
border-color css
<style>
span { border-color: #043EBA; }
span { border-color: rgb(4,62,186); }
td.TdClassName
{
border-color: #043EBA;
}
.TagClassName
{
border-color: #043EBA;
}
</style>