Shades of Cobalt #043EA2
Tints of Cobalt #043EA2
RGB
CMYK
RGB Variations
Color information
#043EA2 (or 0x043EA2) is known color: Cobalt. HEX triplet: 04, 3E and A2. RGB value is (4,62,162). Sum of RGB (Red+Green+Blue) = 4+62+162=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 162 (63.67% from 255 or 71.05% from 228); Max value from RGB is 162 - color contains mainly: blue. Hex color #043EA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043EA2 is #FBC15D. Grayscale: #373737. Windows color (decimal): -16499038 or 10632708. OLE color: 10632708.
HSL color Cylindrical-coordinate representation of color #043EA2: hue angle of 217.97º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043EA2 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 62 | 162 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.36 |
| HSL | 217.97º | 0.95% | 0.33% | - |
| HSV(B) | 217.97º | 0.98% | 0.64% | - |
| XYZ | 8.29 | 6.08 | 34.92 | - |
| YUV | 56.06 | 187.78 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 62 | 162 | 0.98 | 0.62 | 0 | 0.36 | 217.97 | 0.95 | 0.33 |
| Hex | 4 | 3E | A2 | 62 | 3E | 0 | 24 | DA | 5F | 21 |
| Octal | 4 | 76 | 242 | 142 | 76 | 0 | 44 | 332 | 137 | 41 |
| Binary | 100 | 111110 | 10100010 | 1100010 | 111110 | 0 | 100100 | 11011010 | 1011111 | 100001 |
Color Harmonies of #043EA2
Complementary color
Monochromatic Colors of #043EA2
Black with #043EA2
Text Example
Text Example
White with #043EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043EA2; }
p { color: rgb(4,62,162); }
H1.HeaderClassName
{
color: #043EA2;
}
.AnyTagClassName
{
color: #043EA2;
}
</style>
background-color css
<style>
a { background-color: #043EA2; }
a { background-color: rgb(4,62,162); }
div.DivClassName
{
background-color: #043EA2;
}
.BgClassName
{
background-color: #043EA2;
}
</style>
border-color css
<style>
span { border-color: #043EA2; }
span { border-color: rgb(4,62,162); }
td.TdClassName
{
border-color: #043EA2;
}
.TagClassName
{
border-color: #043EA2;
}
</style>