Shades of Cobalt #043EBC
Tints of Cobalt #043EBC
RGB
CMYK
RGB Variations
Color information
#043EBC (or 0x043EBC) is known color: Cobalt. HEX triplet: 04, 3E and BC. RGB value is (4,62,188). Sum of RGB (Red+Green+Blue) = 4+62+188=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #043EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043EBC is #FBC143. Grayscale: #3A3A3A. Windows color (decimal): -16499012 or 12336644. OLE color: 12336644.
HSL color Cylindrical-coordinate representation of color #043EBC: hue angle of 221.09º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043EBC is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 62 | 188 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.26 |
| HSL | 221.09º | 0.96% | 0.38% | - |
| HSV(B) | 221.09º | 0.98% | 0.74% | - |
| XYZ | 10.85 | 7.1 | 48.38 | - |
| YUV | 59.02 | 200.78 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 62 | 188 | 0.98 | 0.67 | 0 | 0.26 | 221.09 | 0.96 | 0.38 |
| Hex | 4 | 3E | BC | 62 | 43 | 0 | 1A | DD | 60 | 26 |
| Octal | 4 | 76 | 274 | 142 | 103 | 0 | 32 | 335 | 140 | 46 |
| Binary | 100 | 111110 | 10111100 | 1100010 | 1000011 | 0 | 11010 | 11011101 | 1100000 | 100110 |
Color Harmonies of #043EBC
Complementary color
Monochromatic Colors of #043EBC
Black with #043EBC
Text Example
Text Example
White with #043EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043EBC; }
p { color: rgb(4,62,188); }
H1.HeaderClassName
{
color: #043EBC;
}
.AnyTagClassName
{
color: #043EBC;
}
</style>
background-color css
<style>
a { background-color: #043EBC; }
a { background-color: rgb(4,62,188); }
div.DivClassName
{
background-color: #043EBC;
}
.BgClassName
{
background-color: #043EBC;
}
</style>
border-color css
<style>
span { border-color: #043EBC; }
span { border-color: rgb(4,62,188); }
td.TdClassName
{
border-color: #043EBC;
}
.TagClassName
{
border-color: #043EBC;
}
</style>