Shades of Cobalt #054FA1
Tints of Cobalt #054FA1
RGB
CMYK
RGB Variations
Color information
#054FA1 (or 0x054FA1) is known color: Cobalt. HEX triplet: 05, 4F and A1. RGB value is (5,79,161). Sum of RGB (Red+Green+Blue) = 5+79+161=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 161 (63.28% from 255 or 65.71% from 245); Max value from RGB is 161 - color contains mainly: blue. Hex color #054FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054FA1 is #FAB05E. Grayscale: #414141. Windows color (decimal): -16429151 or 10571525. OLE color: 10571525.
HSL color Cylindrical-coordinate representation of color #054FA1: hue angle of 211.54º 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 #054FA1 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 79 | 161 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.37 |
| HSL | 211.54º | 0.94% | 0.33% | - |
| HSV(B) | 211.54º | 0.97% | 0.63% | - |
| XYZ | 9.29 | 8.2 | 34.81 | - |
| YUV | 66.22 | 181.48 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 161 | 0.97 | 0.51 | 0 | 0.37 | 211.54 | 0.94 | 0.33 |
| Hex | 5 | 4F | A1 | 61 | 33 | 0 | 25 | D4 | 5E | 21 |
| Octal | 5 | 117 | 241 | 141 | 63 | 0 | 45 | 324 | 136 | 41 |
| Binary | 101 | 1001111 | 10100001 | 1100001 | 110011 | 0 | 100101 | 11010100 | 1011110 | 100001 |
Color Harmonies of #054FA1
Complementary color
Monochromatic Colors of #054FA1
Black with #054FA1
Text Example
Text Example
White with #054FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054FA1; }
p { color: rgb(5,79,161); }
H1.HeaderClassName
{
color: #054FA1;
}
.AnyTagClassName
{
color: #054FA1;
}
</style>
background-color css
<style>
a { background-color: #054FA1; }
a { background-color: rgb(5,79,161); }
div.DivClassName
{
background-color: #054FA1;
}
.BgClassName
{
background-color: #054FA1;
}
</style>
border-color css
<style>
span { border-color: #054FA1; }
span { border-color: rgb(5,79,161); }
td.TdClassName
{
border-color: #054FA1;
}
.TagClassName
{
border-color: #054FA1;
}
</style>