Shades of Cobalt #043BBE
Tints of Cobalt #043BBE
RGB
CMYK
RGB Variations
Color information
#043BBE (or 0x043BBE) is known color: Cobalt. HEX triplet: 04, 3B and BE. RGB value is (4,59,190). Sum of RGB (Red+Green+Blue) = 4+59+190=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 190 (74.61% from 255 or 75.10% from 253); Max value from RGB is 190 - color contains mainly: blue. Hex color #043BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043BBE is #FBC441. Grayscale: #383838. Windows color (decimal): -16499778 or 12466948. OLE color: 12466948.
HSL color Cylindrical-coordinate representation of color #043BBE: hue angle of 222.26º 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 #043BBE is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 59 | 190 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.25 |
| HSL | 222.26º | 0.96% | 0.38% | - |
| HSV(B) | 222.26º | 0.98% | 0.75% | - |
| XYZ | 10.91 | 6.87 | 49.47 | - |
| YUV | 57.49 | 202.78 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 190 | 0.98 | 0.69 | 0 | 0.25 | 222.26 | 0.96 | 0.38 |
| Hex | 4 | 3B | BE | 62 | 45 | 0 | 19 | DE | 60 | 26 |
| Octal | 4 | 73 | 276 | 142 | 105 | 0 | 31 | 336 | 140 | 46 |
| Binary | 100 | 111011 | 10111110 | 1100010 | 1000101 | 0 | 11001 | 11011110 | 1100000 | 100110 |
Color Harmonies of #043BBE
Complementary color
Monochromatic Colors of #043BBE
Black with #043BBE
Text Example
Text Example
White with #043BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043BBE; }
p { color: rgb(4,59,190); }
H1.HeaderClassName
{
color: #043BBE;
}
.AnyTagClassName
{
color: #043BBE;
}
</style>
background-color css
<style>
a { background-color: #043BBE; }
a { background-color: rgb(4,59,190); }
div.DivClassName
{
background-color: #043BBE;
}
.BgClassName
{
background-color: #043BBE;
}
</style>
border-color css
<style>
span { border-color: #043BBE; }
span { border-color: rgb(4,59,190); }
td.TdClassName
{
border-color: #043BBE;
}
.TagClassName
{
border-color: #043BBE;
}
</style>