Shades of Cobalt #043DB4
Tints of Cobalt #043DB4
RGB
CMYK
RGB Variations
Color information
#043DB4 (or 0x043DB4) is known color: Cobalt. HEX triplet: 04, 3D and B4. RGB value is (4,61,180). Sum of RGB (Red+Green+Blue) = 4+61+180=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 180 (70.70% from 255 or 73.47% from 245); Max value from RGB is 180 - color contains mainly: blue. Hex color #043DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043DB4 is #FBC24B. Grayscale: #383838. Windows color (decimal): -16499276 or 11812100. OLE color: 11812100.
HSL color Cylindrical-coordinate representation of color #043DB4: hue angle of 220.57º 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 #043DB4 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 61 | 180 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.29 |
| HSL | 220.57º | 0.96% | 0.36% | - |
| HSV(B) | 220.57º | 0.98% | 0.71% | - |
| XYZ | 9.96 | 6.66 | 43.94 | - |
| YUV | 57.52 | 197.12 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 180 | 0.98 | 0.66 | 0 | 0.29 | 220.57 | 0.96 | 0.36 |
| Hex | 4 | 3D | B4 | 62 | 42 | 0 | 1D | DD | 60 | 24 |
| Octal | 4 | 75 | 264 | 142 | 102 | 0 | 35 | 335 | 140 | 44 |
| Binary | 100 | 111101 | 10110100 | 1100010 | 1000010 | 0 | 11101 | 11011101 | 1100000 | 100100 |
Color Harmonies of #043DB4
Complementary color
Monochromatic Colors of #043DB4
Black with #043DB4
Text Example
Text Example
White with #043DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043DB4; }
p { color: rgb(4,61,180); }
H1.HeaderClassName
{
color: #043DB4;
}
.AnyTagClassName
{
color: #043DB4;
}
</style>
background-color css
<style>
a { background-color: #043DB4; }
a { background-color: rgb(4,61,180); }
div.DivClassName
{
background-color: #043DB4;
}
.BgClassName
{
background-color: #043DB4;
}
</style>
border-color css
<style>
span { border-color: #043DB4; }
span { border-color: rgb(4,61,180); }
td.TdClassName
{
border-color: #043DB4;
}
.TagClassName
{
border-color: #043DB4;
}
</style>