Shades of Cobalt #054CA7
Tints of Cobalt #054CA7
RGB
CMYK
RGB Variations
Color information
#054CA7 (or 0x054CA7) is known color: Cobalt. HEX triplet: 05, 4C and A7. RGB value is (5,76,167). Sum of RGB (Red+Green+Blue) = 5+76+167=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 167 (65.62% from 255 or 67.34% from 248); Max value from RGB is 167 - color contains mainly: blue. Hex color #054CA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054CA7 is #FAB358. Grayscale: #404040. Windows color (decimal): -16429913 or 10963973. OLE color: 10963973.
HSL color Cylindrical-coordinate representation of color #054CA7: hue angle of 213.7º 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 #054CA7 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 76 | 167 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.35 |
| HSL | 213.7º | 0.94% | 0.34% | - |
| HSV(B) | 213.7º | 0.97% | 0.65% | - |
| XYZ | 9.62 | 7.99 | 37.59 | - |
| YUV | 65.15 | 185.48 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 167 | 0.97 | 0.54 | 0 | 0.35 | 213.7 | 0.94 | 0.34 |
| Hex | 5 | 4C | A7 | 61 | 36 | 0 | 23 | D6 | 5E | 22 |
| Octal | 5 | 114 | 247 | 141 | 66 | 0 | 43 | 326 | 136 | 42 |
| Binary | 101 | 1001100 | 10100111 | 1100001 | 110110 | 0 | 100011 | 11010110 | 1011110 | 100010 |
Color Harmonies of #054CA7
Complementary color
Monochromatic Colors of #054CA7
Black with #054CA7
Text Example
Text Example
White with #054CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CA7; }
p { color: rgb(5,76,167); }
H1.HeaderClassName
{
color: #054CA7;
}
.AnyTagClassName
{
color: #054CA7;
}
</style>
background-color css
<style>
a { background-color: #054CA7; }
a { background-color: rgb(5,76,167); }
div.DivClassName
{
background-color: #054CA7;
}
.BgClassName
{
background-color: #054CA7;
}
</style>
border-color css
<style>
span { border-color: #054CA7; }
span { border-color: rgb(5,76,167); }
td.TdClassName
{
border-color: #054CA7;
}
.TagClassName
{
border-color: #054CA7;
}
</style>