Shades of Cobalt #043FB2
Tints of Cobalt #043FB2
RGB
CMYK
RGB Variations
Color information
#043FB2 (or 0x043FB2) is known color: Cobalt. HEX triplet: 04, 3F and B2. RGB value is (4,63,178). Sum of RGB (Red+Green+Blue) = 4+63+178=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 178 (69.92% from 255 or 72.65% from 245); Max value from RGB is 178 - color contains mainly: blue. Hex color #043FB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043FB2 is #FBC04D. Grayscale: #393939. Windows color (decimal): -16498766 or 11681540. OLE color: 11681540.
HSL color Cylindrical-coordinate representation of color #043FB2: hue angle of 219.66º 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 #043FB2 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 4 | 63 | 178 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.30 |
| HSL | 219.66º | 0.96% | 0.36% | - |
| HSV(B) | 219.66º | 0.98% | 0.7% | - |
| XYZ | 9.86 | 6.8 | 42.91 | - |
| YUV | 58.47 | 195.45 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 178 | 0.98 | 0.65 | 0 | 0.30 | 219.66 | 0.96 | 0.36 |
| Hex | 4 | 3F | B2 | 62 | 41 | 0 | 1E | DC | 60 | 24 |
| Octal | 4 | 77 | 262 | 142 | 101 | 0 | 36 | 334 | 140 | 44 |
| Binary | 100 | 111111 | 10110010 | 1100010 | 1000001 | 0 | 11110 | 11011100 | 1100000 | 100100 |
Color Harmonies of #043FB2
Complementary color
Monochromatic Colors of #043FB2
Black with #043FB2
Text Example
Text Example
White with #043FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043FB2; }
p { color: rgb(4,63,178); }
H1.HeaderClassName
{
color: #043FB2;
}
.AnyTagClassName
{
color: #043FB2;
}
</style>
background-color css
<style>
a { background-color: #043FB2; }
a { background-color: rgb(4,63,178); }
div.DivClassName
{
background-color: #043FB2;
}
.BgClassName
{
background-color: #043FB2;
}
</style>
border-color css
<style>
span { border-color: #043FB2; }
span { border-color: rgb(4,63,178); }
td.TdClassName
{
border-color: #043FB2;
}
.TagClassName
{
border-color: #043FB2;
}
</style>