Shades of Cobalt #053FA3
Tints of Cobalt #053FA3
RGB
CMYK
RGB Variations
Color information
#053FA3 (or 0x053FA3) is known color: Cobalt. HEX triplet: 05, 3F and A3. RGB value is (5,63,163). Sum of RGB (Red+Green+Blue) = 5+63+163=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 163 (64.06% from 255 or 70.56% from 231); Max value from RGB is 163 - color contains mainly: blue. Hex color #053FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053FA3 is #FAC05C. Grayscale: #383838. Windows color (decimal): -16433245 or 10698501. OLE color: 10698501.
HSL color Cylindrical-coordinate representation of color #053FA3: hue angle of 217.97º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053FA3 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 63 | 163 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.36 |
| HSL | 217.97º | 0.94% | 0.33% | - |
| HSV(B) | 217.97º | 0.97% | 0.64% | - |
| XYZ | 8.45 | 6.23 | 35.41 | - |
| YUV | 57.06 | 187.78 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 163 | 0.97 | 0.61 | 0 | 0.36 | 217.97 | 0.94 | 0.33 |
| Hex | 5 | 3F | A3 | 61 | 3D | 0 | 24 | DA | 5E | 21 |
| Octal | 5 | 77 | 243 | 141 | 75 | 0 | 44 | 332 | 136 | 41 |
| Binary | 101 | 111111 | 10100011 | 1100001 | 111101 | 0 | 100100 | 11011010 | 1011110 | 100001 |
Color Harmonies of #053FA3
Complementary color
Monochromatic Colors of #053FA3
Black with #053FA3
Text Example
Text Example
White with #053FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053FA3; }
p { color: rgb(5,63,163); }
H1.HeaderClassName
{
color: #053FA3;
}
.AnyTagClassName
{
color: #053FA3;
}
</style>
background-color css
<style>
a { background-color: #053FA3; }
a { background-color: rgb(5,63,163); }
div.DivClassName
{
background-color: #053FA3;
}
.BgClassName
{
background-color: #053FA3;
}
</style>
border-color css
<style>
span { border-color: #053FA3; }
span { border-color: rgb(5,63,163); }
td.TdClassName
{
border-color: #053FA3;
}
.TagClassName
{
border-color: #053FA3;
}
</style>