Shades of Cobalt #053DAC
Tints of Cobalt #053DAC
RGB
CMYK
RGB Variations
Color information
#053DAC (or 0x053DAC) is known color: Cobalt. HEX triplet: 05, 3D and AC. RGB value is (5,61,172). Sum of RGB (Red+Green+Blue) = 5+61+172=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #053DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053DAC is #FAC253. Grayscale: #383838. Windows color (decimal): -16433748 or 11287813. OLE color: 11287813.
HSL color Cylindrical-coordinate representation of color #053DAC: hue angle of 219.88º 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 #053DAC is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 61 | 172 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.33 |
| HSL | 219.88º | 0.94% | 0.35% | - |
| HSV(B) | 219.88º | 0.97% | 0.67% | - |
| XYZ | 9.18 | 6.35 | 39.77 | - |
| YUV | 56.91 | 192.95 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 172 | 0.97 | 0.65 | 0 | 0.33 | 219.88 | 0.94 | 0.35 |
| Hex | 5 | 3D | AC | 61 | 41 | 0 | 21 | DC | 5E | 23 |
| Octal | 5 | 75 | 254 | 141 | 101 | 0 | 41 | 334 | 136 | 43 |
| Binary | 101 | 111101 | 10101100 | 1100001 | 1000001 | 0 | 100001 | 11011100 | 1011110 | 100011 |
Color Harmonies of #053DAC
Complementary color
Monochromatic Colors of #053DAC
Black with #053DAC
Text Example
Text Example
White with #053DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DAC; }
p { color: rgb(5,61,172); }
H1.HeaderClassName
{
color: #053DAC;
}
.AnyTagClassName
{
color: #053DAC;
}
</style>
background-color css
<style>
a { background-color: #053DAC; }
a { background-color: rgb(5,61,172); }
div.DivClassName
{
background-color: #053DAC;
}
.BgClassName
{
background-color: #053DAC;
}
</style>
border-color css
<style>
span { border-color: #053DAC; }
span { border-color: rgb(5,61,172); }
td.TdClassName
{
border-color: #053DAC;
}
.TagClassName
{
border-color: #053DAC;
}
</style>