Shades of Cobalt #054DA6
Tints of Cobalt #054DA6
RGB
CMYK
RGB Variations
Color information
#054DA6 (or 0x054DA6) is known color: Cobalt. HEX triplet: 05, 4D and A6. RGB value is (5,77,166). Sum of RGB (Red+Green+Blue) = 5+77+166=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 166 (65.23% from 255 or 66.94% from 248); Max value from RGB is 166 - color contains mainly: blue. Hex color #054DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054DA6 is #FAB259. Grayscale: #414141. Windows color (decimal): -16429658 or 10898693. OLE color: 10898693.
HSL color Cylindrical-coordinate representation of color #054DA6: hue angle of 213.17º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054DA6 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 77 | 166 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.35 |
| HSL | 213.17º | 0.94% | 0.34% | - |
| HSV(B) | 213.17º | 0.97% | 0.65% | - |
| XYZ | 9.6 | 8.09 | 37.13 | - |
| YUV | 65.62 | 184.65 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 166 | 0.97 | 0.54 | 0 | 0.35 | 213.17 | 0.94 | 0.34 |
| Hex | 5 | 4D | A6 | 61 | 36 | 0 | 23 | D5 | 5E | 22 |
| Octal | 5 | 115 | 246 | 141 | 66 | 0 | 43 | 325 | 136 | 42 |
| Binary | 101 | 1001101 | 10100110 | 1100001 | 110110 | 0 | 100011 | 11010101 | 1011110 | 100010 |
Color Harmonies of #054DA6
Complementary color
Monochromatic Colors of #054DA6
Black with #054DA6
Text Example
Text Example
White with #054DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054DA6; }
p { color: rgb(5,77,166); }
H1.HeaderClassName
{
color: #054DA6;
}
.AnyTagClassName
{
color: #054DA6;
}
</style>
background-color css
<style>
a { background-color: #054DA6; }
a { background-color: rgb(5,77,166); }
div.DivClassName
{
background-color: #054DA6;
}
.BgClassName
{
background-color: #054DA6;
}
</style>
border-color css
<style>
span { border-color: #054DA6; }
span { border-color: rgb(5,77,166); }
td.TdClassName
{
border-color: #054DA6;
}
.TagClassName
{
border-color: #054DA6;
}
</style>