Shades of Cobalt #054BA7
Tints of Cobalt #054BA7
RGB
CMYK
RGB Variations
Color information
#054BA7 (or 0x054BA7) is known color: Cobalt. HEX triplet: 05, 4B and A7. RGB value is (5,75,167). Sum of RGB (Red+Green+Blue) = 5+75+167=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 167 (65.62% from 255 or 67.61% from 247); Max value from RGB is 167 - color contains mainly: blue. Hex color #054BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054BA7 is #FAB458. Grayscale: #404040. Windows color (decimal): -16430169 or 10963717. OLE color: 10963717.
HSL color Cylindrical-coordinate representation of color #054BA7: hue angle of 214.07º 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 #054BA7 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 75 | 167 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.35 |
| HSL | 214.07º | 0.94% | 0.34% | - |
| HSV(B) | 214.07º | 0.97% | 0.65% | - |
| XYZ | 9.55 | 7.85 | 37.57 | - |
| YUV | 64.56 | 185.81 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 167 | 0.97 | 0.55 | 0 | 0.35 | 214.07 | 0.94 | 0.34 |
| Hex | 5 | 4B | A7 | 61 | 37 | 0 | 23 | D6 | 5E | 22 |
| Octal | 5 | 113 | 247 | 141 | 67 | 0 | 43 | 326 | 136 | 42 |
| Binary | 101 | 1001011 | 10100111 | 1100001 | 110111 | 0 | 100011 | 11010110 | 1011110 | 100010 |
Color Harmonies of #054BA7
Complementary color
Monochromatic Colors of #054BA7
Black with #054BA7
Text Example
Text Example
White with #054BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054BA7; }
p { color: rgb(5,75,167); }
H1.HeaderClassName
{
color: #054BA7;
}
.AnyTagClassName
{
color: #054BA7;
}
</style>
background-color css
<style>
a { background-color: #054BA7; }
a { background-color: rgb(5,75,167); }
div.DivClassName
{
background-color: #054BA7;
}
.BgClassName
{
background-color: #054BA7;
}
</style>
border-color css
<style>
span { border-color: #054BA7; }
span { border-color: rgb(5,75,167); }
td.TdClassName
{
border-color: #054BA7;
}
.TagClassName
{
border-color: #054BA7;
}
</style>