Shades of Cobalt #054DA3
Tints of Cobalt #054DA3
RGB
CMYK
RGB Variations
Color information
#054DA3 (or 0x054DA3) is known color: Cobalt. HEX triplet: 05, 4D and A3. RGB value is (5,77,163). Sum of RGB (Red+Green+Blue) = 5+77+163=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 163 (64.06% from 255 or 66.53% from 245); Max value from RGB is 163 - color contains mainly: blue. Hex color #054DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054DA3 is #FAB25C. Grayscale: #404040. Windows color (decimal): -16429661 or 10702085. OLE color: 10702085.
HSL color Cylindrical-coordinate representation of color #054DA3: hue angle of 212.66º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054DA3 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 77 | 163 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.36 |
| HSL | 212.66º | 0.94% | 0.33% | - |
| HSV(B) | 212.66º | 0.97% | 0.64% | - |
| XYZ | 9.33 | 7.98 | 35.7 | - |
| YUV | 65.28 | 183.15 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 163 | 0.97 | 0.53 | 0 | 0.36 | 212.66 | 0.94 | 0.33 |
| Hex | 5 | 4D | A3 | 61 | 35 | 0 | 24 | D5 | 5E | 21 |
| Octal | 5 | 115 | 243 | 141 | 65 | 0 | 44 | 325 | 136 | 41 |
| Binary | 101 | 1001101 | 10100011 | 1100001 | 110101 | 0 | 100100 | 11010101 | 1011110 | 100001 |
Color Harmonies of #054DA3
Complementary color
Monochromatic Colors of #054DA3
Black with #054DA3
Text Example
Text Example
White with #054DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054DA3; }
p { color: rgb(5,77,163); }
H1.HeaderClassName
{
color: #054DA3;
}
.AnyTagClassName
{
color: #054DA3;
}
</style>
background-color css
<style>
a { background-color: #054DA3; }
a { background-color: rgb(5,77,163); }
div.DivClassName
{
background-color: #054DA3;
}
.BgClassName
{
background-color: #054DA3;
}
</style>
border-color css
<style>
span { border-color: #054DA3; }
span { border-color: rgb(5,77,163); }
td.TdClassName
{
border-color: #054DA3;
}
.TagClassName
{
border-color: #054DA3;
}
</style>