Shades of Cobalt #054DAD
Tints of Cobalt #054DAD
RGB
CMYK
RGB Variations
Color information
#054DAD (or 0x054DAD) is known color: Cobalt. HEX triplet: 05, 4D and AD. RGB value is (5,77,173). Sum of RGB (Red+Green+Blue) = 5+77+173=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #054DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054DAD is #FAB252. Grayscale: #414141. Windows color (decimal): -16429651 or 11357445. OLE color: 11357445.
HSL color Cylindrical-coordinate representation of color #054DAD: hue angle of 214.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054DAD is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 77 | 173 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.32 |
| HSL | 214.29º | 0.94% | 0.35% | - |
| HSV(B) | 214.29º | 0.97% | 0.68% | - |
| XYZ | 10.26 | 8.36 | 40.61 | - |
| YUV | 66.42 | 188.15 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 173 | 0.97 | 0.55 | 0 | 0.32 | 214.29 | 0.94 | 0.35 |
| Hex | 5 | 4D | AD | 61 | 37 | 0 | 20 | D6 | 5E | 23 |
| Octal | 5 | 115 | 255 | 141 | 67 | 0 | 40 | 326 | 136 | 43 |
| Binary | 101 | 1001101 | 10101101 | 1100001 | 110111 | 0 | 100000 | 11010110 | 1011110 | 100011 |
Color Harmonies of #054DAD
Complementary color
Monochromatic Colors of #054DAD
Black with #054DAD
Text Example
Text Example
White with #054DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054DAD; }
p { color: rgb(5,77,173); }
H1.HeaderClassName
{
color: #054DAD;
}
.AnyTagClassName
{
color: #054DAD;
}
</style>
background-color css
<style>
a { background-color: #054DAD; }
a { background-color: rgb(5,77,173); }
div.DivClassName
{
background-color: #054DAD;
}
.BgClassName
{
background-color: #054DAD;
}
</style>
border-color css
<style>
span { border-color: #054DAD; }
span { border-color: rgb(5,77,173); }
td.TdClassName
{
border-color: #054DAD;
}
.TagClassName
{
border-color: #054DAD;
}
</style>