Shades of Cobalt #043DAE
Tints of Cobalt #043DAE
RGB
CMYK
RGB Variations
Color information
#043DAE (or 0x043DAE) is known color: Cobalt. HEX triplet: 04, 3D and AE. RGB value is (4,61,174). Sum of RGB (Red+Green+Blue) = 4+61+174=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #043DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043DAE is #FBC251. Grayscale: #383838. Windows color (decimal): -16499282 or 11418884. OLE color: 11418884.
HSL color Cylindrical-coordinate representation of color #043DAE: hue angle of 219.88º 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 #043DAE is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 61 | 174 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.32 |
| HSL | 219.88º | 0.96% | 0.35% | - |
| HSV(B) | 219.88º | 0.98% | 0.68% | - |
| XYZ | 9.36 | 6.42 | 40.79 | - |
| YUV | 56.84 | 194.12 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 174 | 0.98 | 0.65 | 0 | 0.32 | 219.88 | 0.96 | 0.35 |
| Hex | 4 | 3D | AE | 62 | 41 | 0 | 20 | DC | 60 | 23 |
| Octal | 4 | 75 | 256 | 142 | 101 | 0 | 40 | 334 | 140 | 43 |
| Binary | 100 | 111101 | 10101110 | 1100010 | 1000001 | 0 | 100000 | 11011100 | 1100000 | 100011 |
Color Harmonies of #043DAE
Complementary color
Monochromatic Colors of #043DAE
Black with #043DAE
Text Example
Text Example
White with #043DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043DAE; }
p { color: rgb(4,61,174); }
H1.HeaderClassName
{
color: #043DAE;
}
.AnyTagClassName
{
color: #043DAE;
}
</style>
background-color css
<style>
a { background-color: #043DAE; }
a { background-color: rgb(4,61,174); }
div.DivClassName
{
background-color: #043DAE;
}
.BgClassName
{
background-color: #043DAE;
}
</style>
border-color css
<style>
span { border-color: #043DAE; }
span { border-color: rgb(4,61,174); }
td.TdClassName
{
border-color: #043DAE;
}
.TagClassName
{
border-color: #043DAE;
}
</style>