Shades of Cobalt #054CAC
Tints of Cobalt #054CAC
RGB
CMYK
RGB Variations
Color information
#054CAC (or 0x054CAC) is known color: Cobalt. HEX triplet: 05, 4C and AC. RGB value is (5,76,172). Sum of RGB (Red+Green+Blue) = 5+76+172=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #054CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054CAC is #FAB353. Grayscale: #414141. Windows color (decimal): -16429908 or 11291653. OLE color: 11291653.
HSL color Cylindrical-coordinate representation of color #054CAC: hue angle of 214.49º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054CAC is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 76 | 172 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.33 |
| HSL | 214.49º | 0.94% | 0.35% | - |
| HSV(B) | 214.49º | 0.97% | 0.67% | - |
| XYZ | 10.09 | 8.18 | 40.08 | - |
| YUV | 65.72 | 187.98 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 172 | 0.97 | 0.56 | 0 | 0.33 | 214.49 | 0.94 | 0.35 |
| Hex | 5 | 4C | AC | 61 | 38 | 0 | 21 | D6 | 5E | 23 |
| Octal | 5 | 114 | 254 | 141 | 70 | 0 | 41 | 326 | 136 | 43 |
| Binary | 101 | 1001100 | 10101100 | 1100001 | 111000 | 0 | 100001 | 11010110 | 1011110 | 100011 |
Color Harmonies of #054CAC
Complementary color
Monochromatic Colors of #054CAC
Black with #054CAC
Text Example
Text Example
White with #054CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CAC; }
p { color: rgb(5,76,172); }
H1.HeaderClassName
{
color: #054CAC;
}
.AnyTagClassName
{
color: #054CAC;
}
</style>
background-color css
<style>
a { background-color: #054CAC; }
a { background-color: rgb(5,76,172); }
div.DivClassName
{
background-color: #054CAC;
}
.BgClassName
{
background-color: #054CAC;
}
</style>
border-color css
<style>
span { border-color: #054CAC; }
span { border-color: rgb(5,76,172); }
td.TdClassName
{
border-color: #054CAC;
}
.TagClassName
{
border-color: #054CAC;
}
</style>