Shades of Cobalt #043DBF
Tints of Cobalt #043DBF
RGB
CMYK
RGB Variations
Color information
#043DBF (or 0x043DBF) is known color: Cobalt. HEX triplet: 04, 3D and BF. RGB value is (4,61,191). Sum of RGB (Red+Green+Blue) = 4+61+191=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #043DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043DBF is #FBC240. Grayscale: #3A3A3A. Windows color (decimal): -16499265 or 12532996. OLE color: 12532996.
HSL color Cylindrical-coordinate representation of color #043DBF: hue angle of 221.71º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043DBF is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 61 | 191 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.25 |
| HSL | 221.71º | 0.96% | 0.38% | - |
| HSV(B) | 221.71º | 0.98% | 0.75% | - |
| XYZ | 11.12 | 7.12 | 50.08 | - |
| YUV | 58.78 | 202.62 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 191 | 0.98 | 0.68 | 0 | 0.25 | 221.71 | 0.96 | 0.38 |
| Hex | 4 | 3D | BF | 62 | 44 | 0 | 19 | DE | 60 | 26 |
| Octal | 4 | 75 | 277 | 142 | 104 | 0 | 31 | 336 | 140 | 46 |
| Binary | 100 | 111101 | 10111111 | 1100010 | 1000100 | 0 | 11001 | 11011110 | 1100000 | 100110 |
Color Harmonies of #043DBF
Complementary color
Monochromatic Colors of #043DBF
Black with #043DBF
Text Example
Text Example
White with #043DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043DBF; }
p { color: rgb(4,61,191); }
H1.HeaderClassName
{
color: #043DBF;
}
.AnyTagClassName
{
color: #043DBF;
}
</style>
background-color css
<style>
a { background-color: #043DBF; }
a { background-color: rgb(4,61,191); }
div.DivClassName
{
background-color: #043DBF;
}
.BgClassName
{
background-color: #043DBF;
}
</style>
border-color css
<style>
span { border-color: #043DBF; }
span { border-color: rgb(4,61,191); }
td.TdClassName
{
border-color: #043DBF;
}
.TagClassName
{
border-color: #043DBF;
}
</style>