Shades of Cobalt #043DB1
Tints of Cobalt #043DB1
RGB
CMYK
RGB Variations
Color information
#043DB1 (or 0x043DB1) is known color: Cobalt. HEX triplet: 04, 3D and B1. RGB value is (4,61,177). Sum of RGB (Red+Green+Blue) = 4+61+177=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 177 (69.53% from 255 or 73.14% from 242); Max value from RGB is 177 - color contains mainly: blue. Hex color #043DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043DB1 is #FBC24E. Grayscale: #383838. Windows color (decimal): -16499279 or 11615492. OLE color: 11615492.
HSL color Cylindrical-coordinate representation of color #043DB1: hue angle of 220.23º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043DB1 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 61 | 177 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.31 |
| HSL | 220.23º | 0.96% | 0.35% | - |
| HSV(B) | 220.23º | 0.98% | 0.69% | - |
| XYZ | 9.65 | 6.54 | 42.35 | - |
| YUV | 57.18 | 195.62 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 177 | 0.98 | 0.66 | 0 | 0.31 | 220.23 | 0.96 | 0.35 |
| Hex | 4 | 3D | B1 | 62 | 42 | 0 | 1F | DC | 60 | 23 |
| Octal | 4 | 75 | 261 | 142 | 102 | 0 | 37 | 334 | 140 | 43 |
| Binary | 100 | 111101 | 10110001 | 1100010 | 1000010 | 0 | 11111 | 11011100 | 1100000 | 100011 |
Color Harmonies of #043DB1
Complementary color
Monochromatic Colors of #043DB1
Black with #043DB1
Text Example
Text Example
White with #043DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043DB1; }
p { color: rgb(4,61,177); }
H1.HeaderClassName
{
color: #043DB1;
}
.AnyTagClassName
{
color: #043DB1;
}
</style>
background-color css
<style>
a { background-color: #043DB1; }
a { background-color: rgb(4,61,177); }
div.DivClassName
{
background-color: #043DB1;
}
.BgClassName
{
background-color: #043DB1;
}
</style>
border-color css
<style>
span { border-color: #043DB1; }
span { border-color: rgb(4,61,177); }
td.TdClassName
{
border-color: #043DB1;
}
.TagClassName
{
border-color: #043DB1;
}
</style>