Shades of Cobalt #043FC1
Tints of Cobalt #043FC1
RGB
CMYK
RGB Variations
Color information
#043FC1 (or 0x043FC1) is known color: Cobalt. HEX triplet: 04, 3F and C1. RGB value is (4,63,193). Sum of RGB (Red+Green+Blue) = 4+63+193=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 193 (75.78% from 255 or 74.23% from 260); Max value from RGB is 193 - color contains mainly: blue. Hex color #043FC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043FC1 is #FBC03E. Grayscale: #3B3B3B. Windows color (decimal): -16498751 or 12664580. OLE color: 12664580.
HSL color Cylindrical-coordinate representation of color #043FC1: hue angle of 221.27º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043FC1 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 63 | 193 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.24 |
| HSL | 221.27º | 0.96% | 0.39% | - |
| HSV(B) | 221.27º | 0.98% | 0.76% | - |
| XYZ | 11.45 | 7.43 | 51.28 | - |
| YUV | 60.18 | 202.95 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 193 | 0.98 | 0.67 | 0 | 0.24 | 221.27 | 0.96 | 0.39 |
| Hex | 4 | 3F | C1 | 62 | 43 | 0 | 18 | DD | 60 | 27 |
| Octal | 4 | 77 | 301 | 142 | 103 | 0 | 30 | 335 | 140 | 47 |
| Binary | 100 | 111111 | 11000001 | 1100010 | 1000011 | 0 | 11000 | 11011101 | 1100000 | 100111 |
Color Harmonies of #043FC1
Complementary color
Monochromatic Colors of #043FC1
Black with #043FC1
Text Example
Text Example
White with #043FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043FC1; }
p { color: rgb(4,63,193); }
H1.HeaderClassName
{
color: #043FC1;
}
.AnyTagClassName
{
color: #043FC1;
}
</style>
background-color css
<style>
a { background-color: #043FC1; }
a { background-color: rgb(4,63,193); }
div.DivClassName
{
background-color: #043FC1;
}
.BgClassName
{
background-color: #043FC1;
}
</style>
border-color css
<style>
span { border-color: #043FC1; }
span { border-color: rgb(4,63,193); }
td.TdClassName
{
border-color: #043FC1;
}
.TagClassName
{
border-color: #043FC1;
}
</style>