Shades of Cobalt #043CAE
Tints of Cobalt #043CAE
RGB
CMYK
RGB Variations
Color information
#043CAE (or 0x043CAE) is known color: Cobalt. HEX triplet: 04, 3C and AE. RGB value is (4,60,174). Sum of RGB (Red+Green+Blue) = 4+60+174=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #043CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043CAE is #FBC351. Grayscale: #373737. Windows color (decimal): -16499538 or 11418628. OLE color: 11418628.
HSL color Cylindrical-coordinate representation of color #043CAE: hue angle of 220.24º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043CAE is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 60 | 174 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.32 |
| HSL | 220.24º | 0.96% | 0.35% | - |
| HSV(B) | 220.24º | 0.98% | 0.68% | - |
| XYZ | 9.31 | 6.31 | 40.77 | - |
| YUV | 56.25 | 194.45 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 174 | 0.98 | 0.66 | 0 | 0.32 | 220.24 | 0.96 | 0.35 |
| Hex | 4 | 3C | AE | 62 | 42 | 0 | 20 | DC | 60 | 23 |
| Octal | 4 | 74 | 256 | 142 | 102 | 0 | 40 | 334 | 140 | 43 |
| Binary | 100 | 111100 | 10101110 | 1100010 | 1000010 | 0 | 100000 | 11011100 | 1100000 | 100011 |
Color Harmonies of #043CAE
Complementary color
Monochromatic Colors of #043CAE
Black with #043CAE
Text Example
Text Example
White with #043CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043CAE; }
p { color: rgb(4,60,174); }
H1.HeaderClassName
{
color: #043CAE;
}
.AnyTagClassName
{
color: #043CAE;
}
</style>
background-color css
<style>
a { background-color: #043CAE; }
a { background-color: rgb(4,60,174); }
div.DivClassName
{
background-color: #043CAE;
}
.BgClassName
{
background-color: #043CAE;
}
</style>
border-color css
<style>
span { border-color: #043CAE; }
span { border-color: rgb(4,60,174); }
td.TdClassName
{
border-color: #043CAE;
}
.TagClassName
{
border-color: #043CAE;
}
</style>