Shades of Cobalt #043CBB
Tints of Cobalt #043CBB
RGB
CMYK
RGB Variations
Color information
#043CBB (or 0x043CBB) is known color: Cobalt. HEX triplet: 04, 3C and BB. RGB value is (4,60,187). Sum of RGB (Red+Green+Blue) = 4+60+187=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #043CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043CBB is #FBC344. Grayscale: #393939. Windows color (decimal): -16499525 or 12270596. OLE color: 12270596.
HSL color Cylindrical-coordinate representation of color #043CBB: hue angle of 221.64º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043CBB is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 60 | 187 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.27 |
| HSL | 221.64º | 0.96% | 0.37% | - |
| HSV(B) | 221.64º | 0.98% | 0.73% | - |
| XYZ | 10.64 | 6.85 | 47.77 | - |
| YUV | 57.73 | 200.95 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 187 | 0.98 | 0.68 | 0 | 0.27 | 221.64 | 0.96 | 0.37 |
| Hex | 4 | 3C | BB | 62 | 44 | 0 | 1B | DE | 60 | 25 |
| Octal | 4 | 74 | 273 | 142 | 104 | 0 | 33 | 336 | 140 | 45 |
| Binary | 100 | 111100 | 10111011 | 1100010 | 1000100 | 0 | 11011 | 11011110 | 1100000 | 100101 |
Color Harmonies of #043CBB
Complementary color
Monochromatic Colors of #043CBB
Black with #043CBB
Text Example
Text Example
White with #043CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043CBB; }
p { color: rgb(4,60,187); }
H1.HeaderClassName
{
color: #043CBB;
}
.AnyTagClassName
{
color: #043CBB;
}
</style>
background-color css
<style>
a { background-color: #043CBB; }
a { background-color: rgb(4,60,187); }
div.DivClassName
{
background-color: #043CBB;
}
.BgClassName
{
background-color: #043CBB;
}
</style>
border-color css
<style>
span { border-color: #043CBB; }
span { border-color: rgb(4,60,187); }
td.TdClassName
{
border-color: #043CBB;
}
.TagClassName
{
border-color: #043CBB;
}
</style>