Shades of Cobalt #043CB2
Tints of Cobalt #043CB2
RGB
CMYK
RGB Variations
Color information
#043CB2 (or 0x043CB2) is known color: Cobalt. HEX triplet: 04, 3C and B2. RGB value is (4,60,178). Sum of RGB (Red+Green+Blue) = 4+60+178=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 178 (69.92% from 255 or 73.55% from 242); Max value from RGB is 178 - color contains mainly: blue. Hex color #043CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043CB2 is #FBC34D. Grayscale: #383838. Windows color (decimal): -16499534 or 11680772. OLE color: 11680772.
HSL color Cylindrical-coordinate representation of color #043CB2: hue angle of 220.69º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043CB2 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 4 | 60 | 178 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.30 |
| HSL | 220.69º | 0.96% | 0.36% | - |
| HSV(B) | 220.69º | 0.98% | 0.7% | - |
| XYZ | 9.7 | 6.47 | 42.86 | - |
| YUV | 56.71 | 196.45 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 178 | 0.98 | 0.66 | 0 | 0.30 | 220.69 | 0.96 | 0.36 |
| Hex | 4 | 3C | B2 | 62 | 42 | 0 | 1E | DD | 60 | 24 |
| Octal | 4 | 74 | 262 | 142 | 102 | 0 | 36 | 335 | 140 | 44 |
| Binary | 100 | 111100 | 10110010 | 1100010 | 1000010 | 0 | 11110 | 11011101 | 1100000 | 100100 |
Color Harmonies of #043CB2
Complementary color
Monochromatic Colors of #043CB2
Black with #043CB2
Text Example
Text Example
White with #043CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043CB2; }
p { color: rgb(4,60,178); }
H1.HeaderClassName
{
color: #043CB2;
}
.AnyTagClassName
{
color: #043CB2;
}
</style>
background-color css
<style>
a { background-color: #043CB2; }
a { background-color: rgb(4,60,178); }
div.DivClassName
{
background-color: #043CB2;
}
.BgClassName
{
background-color: #043CB2;
}
</style>
border-color css
<style>
span { border-color: #043CB2; }
span { border-color: rgb(4,60,178); }
td.TdClassName
{
border-color: #043CB2;
}
.TagClassName
{
border-color: #043CB2;
}
</style>