Shades of Cobalt #043CB1
Tints of Cobalt #043CB1
RGB
CMYK
RGB Variations
Color information
#043CB1 (or 0x043CB1) is known color: Cobalt. HEX triplet: 04, 3C and B1. RGB value is (4,60,177). Sum of RGB (Red+Green+Blue) = 4+60+177=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 177 (69.53% from 255 or 73.44% from 241); Max value from RGB is 177 - color contains mainly: blue. Hex color #043CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043CB1 is #FBC34E. Grayscale: #383838. Windows color (decimal): -16499535 or 11615236. OLE color: 11615236.
HSL color Cylindrical-coordinate representation of color #043CB1: hue angle of 220.58º 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 #043CB1 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 60 | 177 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.31 |
| HSL | 220.58º | 0.96% | 0.35% | - |
| HSV(B) | 220.58º | 0.98% | 0.69% | - |
| XYZ | 9.6 | 6.43 | 42.33 | - |
| YUV | 56.59 | 195.95 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 177 | 0.98 | 0.66 | 0 | 0.31 | 220.58 | 0.96 | 0.35 |
| Hex | 4 | 3C | B1 | 62 | 42 | 0 | 1F | DD | 60 | 23 |
| Octal | 4 | 74 | 261 | 142 | 102 | 0 | 37 | 335 | 140 | 43 |
| Binary | 100 | 111100 | 10110001 | 1100010 | 1000010 | 0 | 11111 | 11011101 | 1100000 | 100011 |
Color Harmonies of #043CB1
Complementary color
Monochromatic Colors of #043CB1
Black with #043CB1
Text Example
Text Example
White with #043CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043CB1; }
p { color: rgb(4,60,177); }
H1.HeaderClassName
{
color: #043CB1;
}
.AnyTagClassName
{
color: #043CB1;
}
</style>
background-color css
<style>
a { background-color: #043CB1; }
a { background-color: rgb(4,60,177); }
div.DivClassName
{
background-color: #043CB1;
}
.BgClassName
{
background-color: #043CB1;
}
</style>
border-color css
<style>
span { border-color: #043CB1; }
span { border-color: rgb(4,60,177); }
td.TdClassName
{
border-color: #043CB1;
}
.TagClassName
{
border-color: #043CB1;
}
</style>