Shades of Cobalt #043FB6
Tints of Cobalt #043FB6
RGB
CMYK
RGB Variations
Color information
#043FB6 (or 0x043FB6) is known color: Cobalt. HEX triplet: 04, 3F and B6. RGB value is (4,63,182). Sum of RGB (Red+Green+Blue) = 4+63+182=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 182 (71.48% from 255 or 73.09% from 249); Max value from RGB is 182 - color contains mainly: blue. Hex color #043FB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043FB6 is #FBC049. Grayscale: #3A3A3A. Windows color (decimal): -16498762 or 11943684. OLE color: 11943684.
HSL color Cylindrical-coordinate representation of color #043FB6: hue angle of 220.11º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043FB6 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 63 | 182 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.29 |
| HSL | 220.11º | 0.96% | 0.36% | - |
| HSV(B) | 220.11º | 0.98% | 0.71% | - |
| XYZ | 10.27 | 6.96 | 45.06 | - |
| YUV | 58.93 | 197.45 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 182 | 0.98 | 0.65 | 0 | 0.29 | 220.11 | 0.96 | 0.36 |
| Hex | 4 | 3F | B6 | 62 | 41 | 0 | 1D | DC | 60 | 24 |
| Octal | 4 | 77 | 266 | 142 | 101 | 0 | 35 | 334 | 140 | 44 |
| Binary | 100 | 111111 | 10110110 | 1100010 | 1000001 | 0 | 11101 | 11011100 | 1100000 | 100100 |
Color Harmonies of #043FB6
Complementary color
Monochromatic Colors of #043FB6
Black with #043FB6
Text Example
Text Example
White with #043FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043FB6; }
p { color: rgb(4,63,182); }
H1.HeaderClassName
{
color: #043FB6;
}
.AnyTagClassName
{
color: #043FB6;
}
</style>
background-color css
<style>
a { background-color: #043FB6; }
a { background-color: rgb(4,63,182); }
div.DivClassName
{
background-color: #043FB6;
}
.BgClassName
{
background-color: #043FB6;
}
</style>
border-color css
<style>
span { border-color: #043FB6; }
span { border-color: rgb(4,63,182); }
td.TdClassName
{
border-color: #043FB6;
}
.TagClassName
{
border-color: #043FB6;
}
</style>