Shades of Cobalt #043FA5
Tints of Cobalt #043FA5
RGB
CMYK
RGB Variations
Color information
#043FA5 (or 0x043FA5) is known color: Cobalt. HEX triplet: 04, 3F and A5. RGB value is (4,63,165). Sum of RGB (Red+Green+Blue) = 4+63+165=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 165 (64.84% from 255 or 71.12% from 232); Max value from RGB is 165 - color contains mainly: blue. Hex color #043FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043FA5 is #FBC05A. Grayscale: #383838. Windows color (decimal): -16498779 or 10829572. OLE color: 10829572.
HSL color Cylindrical-coordinate representation of color #043FA5: hue angle of 218.01º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043FA5 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 63 | 165 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.35 |
| HSL | 218.01º | 0.95% | 0.33% | - |
| HSV(B) | 218.01º | 0.98% | 0.65% | - |
| XYZ | 8.62 | 6.3 | 36.36 | - |
| YUV | 56.99 | 188.95 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 165 | 0.98 | 0.62 | 0 | 0.35 | 218.01 | 0.95 | 0.33 |
| Hex | 4 | 3F | A5 | 62 | 3E | 0 | 23 | DA | 5F | 21 |
| Octal | 4 | 77 | 245 | 142 | 76 | 0 | 43 | 332 | 137 | 41 |
| Binary | 100 | 111111 | 10100101 | 1100010 | 111110 | 0 | 100011 | 11011010 | 1011111 | 100001 |
Color Harmonies of #043FA5
Complementary color
Monochromatic Colors of #043FA5
Black with #043FA5
Text Example
Text Example
White with #043FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043FA5; }
p { color: rgb(4,63,165); }
H1.HeaderClassName
{
color: #043FA5;
}
.AnyTagClassName
{
color: #043FA5;
}
</style>
background-color css
<style>
a { background-color: #043FA5; }
a { background-color: rgb(4,63,165); }
div.DivClassName
{
background-color: #043FA5;
}
.BgClassName
{
background-color: #043FA5;
}
</style>
border-color css
<style>
span { border-color: #043FA5; }
span { border-color: rgb(4,63,165); }
td.TdClassName
{
border-color: #043FA5;
}
.TagClassName
{
border-color: #043FA5;
}
</style>