Shades of Cobalt #054BA5
Tints of Cobalt #054BA5
RGB
CMYK
RGB Variations
Color information
#054BA5 (or 0x054BA5) is known color: Cobalt. HEX triplet: 05, 4B and A5. RGB value is (5,75,165). Sum of RGB (Red+Green+Blue) = 5+75+165=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 165 (64.84% from 255 or 67.35% from 245); Max value from RGB is 165 - color contains mainly: blue. Hex color #054BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054BA5 is #FAB45A. Grayscale: #3F3F3F. Windows color (decimal): -16430171 or 10832645. OLE color: 10832645.
HSL color Cylindrical-coordinate representation of color #054BA5: hue angle of 213.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054BA5 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 75 | 165 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.35 |
| HSL | 213.75º | 0.94% | 0.33% | - |
| HSV(B) | 213.75º | 0.97% | 0.65% | - |
| XYZ | 9.37 | 7.78 | 36.61 | - |
| YUV | 64.33 | 184.81 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 165 | 0.97 | 0.55 | 0 | 0.35 | 213.75 | 0.94 | 0.33 |
| Hex | 5 | 4B | A5 | 61 | 37 | 0 | 23 | D6 | 5E | 21 |
| Octal | 5 | 113 | 245 | 141 | 67 | 0 | 43 | 326 | 136 | 41 |
| Binary | 101 | 1001011 | 10100101 | 1100001 | 110111 | 0 | 100011 | 11010110 | 1011110 | 100001 |
Color Harmonies of #054BA5
Complementary color
Monochromatic Colors of #054BA5
Black with #054BA5
Text Example
Text Example
White with #054BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054BA5; }
p { color: rgb(5,75,165); }
H1.HeaderClassName
{
color: #054BA5;
}
.AnyTagClassName
{
color: #054BA5;
}
</style>
background-color css
<style>
a { background-color: #054BA5; }
a { background-color: rgb(5,75,165); }
div.DivClassName
{
background-color: #054BA5;
}
.BgClassName
{
background-color: #054BA5;
}
</style>
border-color css
<style>
span { border-color: #054BA5; }
span { border-color: rgb(5,75,165); }
td.TdClassName
{
border-color: #054BA5;
}
.TagClassName
{
border-color: #054BA5;
}
</style>