Shades of Cobalt #054DA1
Tints of Cobalt #054DA1
RGB
CMYK
RGB Variations
Color information
#054DA1 (or 0x054DA1) is known color: Cobalt. HEX triplet: 05, 4D and A1. RGB value is (5,77,161). Sum of RGB (Red+Green+Blue) = 5+77+161=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 161 (63.28% from 255 or 66.26% from 243); Max value from RGB is 161 - color contains mainly: blue. Hex color #054DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054DA1 is #FAB25E. Grayscale: #404040. Windows color (decimal): -16429663 or 10571013. OLE color: 10571013.
HSL color Cylindrical-coordinate representation of color #054DA1: hue angle of 212.31º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054DA1 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 77 | 161 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.37 |
| HSL | 212.31º | 0.94% | 0.33% | - |
| HSV(B) | 212.31º | 0.97% | 0.63% | - |
| XYZ | 9.15 | 7.91 | 34.76 | - |
| YUV | 65.05 | 182.15 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 161 | 0.97 | 0.52 | 0 | 0.37 | 212.31 | 0.94 | 0.33 |
| Hex | 5 | 4D | A1 | 61 | 34 | 0 | 25 | D4 | 5E | 21 |
| Octal | 5 | 115 | 241 | 141 | 64 | 0 | 45 | 324 | 136 | 41 |
| Binary | 101 | 1001101 | 10100001 | 1100001 | 110100 | 0 | 100101 | 11010100 | 1011110 | 100001 |
Color Harmonies of #054DA1
Complementary color
Monochromatic Colors of #054DA1
Black with #054DA1
Text Example
Text Example
White with #054DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054DA1; }
p { color: rgb(5,77,161); }
H1.HeaderClassName
{
color: #054DA1;
}
.AnyTagClassName
{
color: #054DA1;
}
</style>
background-color css
<style>
a { background-color: #054DA1; }
a { background-color: rgb(5,77,161); }
div.DivClassName
{
background-color: #054DA1;
}
.BgClassName
{
background-color: #054DA1;
}
</style>
border-color css
<style>
span { border-color: #054DA1; }
span { border-color: rgb(5,77,161); }
td.TdClassName
{
border-color: #054DA1;
}
.TagClassName
{
border-color: #054DA1;
}
</style>