Shades of Smalt #053095
Tints of Smalt #053095
RGB
CMYK
RGB Variations
Color information
#053095 (or 0x053095) is known color: Smalt. HEX triplet: 05, 30 and 95. RGB value is (5,48,149). Sum of RGB (Red+Green+Blue) = 5+48+149=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #053095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053095 is #FACF6A. Grayscale: #2E2E2E. Windows color (decimal): -16437099 or 9777157. OLE color: 9777157.
HSL color Cylindrical-coordinate representation of color #053095: hue angle of 222.08º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053095 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 48 | 149 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.42 |
| HSL | 222.08º | 0.94% | 0.3% | - |
| HSV(B) | 222.08º | 0.97% | 0.58% | - |
| XYZ | 6.54 | 4.32 | 28.92 | - |
| YUV | 46.66 | 185.75 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 149 | 0.97 | 0.68 | 0 | 0.42 | 222.08 | 0.94 | 0.3 |
| Hex | 5 | 30 | 95 | 61 | 44 | 0 | 2A | DE | 5E | 1E |
| Octal | 5 | 60 | 225 | 141 | 104 | 0 | 52 | 336 | 136 | 36 |
| Binary | 101 | 110000 | 10010101 | 1100001 | 1000100 | 0 | 101010 | 11011110 | 1011110 | 11110 |
Color Harmonies of #053095
Complementary color
Monochromatic Colors of #053095
Black with #053095
Text Example
Text Example
White with #053095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053095; }
p { color: rgb(5,48,149); }
H1.HeaderClassName
{
color: #053095;
}
.AnyTagClassName
{
color: #053095;
}
</style>
background-color css
<style>
a { background-color: #053095; }
a { background-color: rgb(5,48,149); }
div.DivClassName
{
background-color: #053095;
}
.BgClassName
{
background-color: #053095;
}
</style>
border-color css
<style>
span { border-color: #053095; }
span { border-color: rgb(5,48,149); }
td.TdClassName
{
border-color: #053095;
}
.TagClassName
{
border-color: #053095;
}
</style>