Shades of Cobalt #053CAC
Tints of Cobalt #053CAC
RGB
CMYK
RGB Variations
Color information
#053CAC (or 0x053CAC) is known color: Cobalt. HEX triplet: 05, 3C and AC. RGB value is (5,60,172). Sum of RGB (Red+Green+Blue) = 5+60+172=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #053CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053CAC is #FAC353. Grayscale: #373737. Windows color (decimal): -16434004 or 11287557. OLE color: 11287557.
HSL color Cylindrical-coordinate representation of color #053CAC: hue angle of 220.24º 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 #053CAC is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 60 | 172 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.33 |
| HSL | 220.24º | 0.94% | 0.35% | - |
| HSV(B) | 220.24º | 0.97% | 0.67% | - |
| XYZ | 9.12 | 6.24 | 39.75 | - |
| YUV | 56.32 | 193.28 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 172 | 0.97 | 0.65 | 0 | 0.33 | 220.24 | 0.94 | 0.35 |
| Hex | 5 | 3C | AC | 61 | 41 | 0 | 21 | DC | 5E | 23 |
| Octal | 5 | 74 | 254 | 141 | 101 | 0 | 41 | 334 | 136 | 43 |
| Binary | 101 | 111100 | 10101100 | 1100001 | 1000001 | 0 | 100001 | 11011100 | 1011110 | 100011 |
Color Harmonies of #053CAC
Complementary color
Monochromatic Colors of #053CAC
Black with #053CAC
Text Example
Text Example
White with #053CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053CAC; }
p { color: rgb(5,60,172); }
H1.HeaderClassName
{
color: #053CAC;
}
.AnyTagClassName
{
color: #053CAC;
}
</style>
background-color css
<style>
a { background-color: #053CAC; }
a { background-color: rgb(5,60,172); }
div.DivClassName
{
background-color: #053CAC;
}
.BgClassName
{
background-color: #053CAC;
}
</style>
border-color css
<style>
span { border-color: #053CAC; }
span { border-color: rgb(5,60,172); }
td.TdClassName
{
border-color: #053CAC;
}
.TagClassName
{
border-color: #053CAC;
}
</style>