Shades of Smalt #053D9B
Tints of Smalt #053D9B
RGB
CMYK
RGB Variations
Color information
#053D9B (or 0x053D9B) is known color: Smalt. HEX triplet: 05, 3D and 9B. RGB value is (5,61,155). Sum of RGB (Red+Green+Blue) = 5+61+155=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #053D9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053D9B is #FAC264. Grayscale: #363636. Windows color (decimal): -16433765 or 10173701. OLE color: 10173701.
HSL color Cylindrical-coordinate representation of color #053D9B: hue angle of 217.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053D9B is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 61 | 155 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.39 |
| HSL | 217.6º | 0.94% | 0.31% | - |
| HSV(B) | 217.6º | 0.97% | 0.61% | - |
| XYZ | 7.65 | 5.74 | 31.71 | - |
| YUV | 54.97 | 184.45 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 155 | 0.97 | 0.61 | 0 | 0.39 | 217.6 | 0.94 | 0.31 |
| Hex | 5 | 3D | 9B | 61 | 3D | 0 | 27 | DA | 5E | 1F |
| Octal | 5 | 75 | 233 | 141 | 75 | 0 | 47 | 332 | 136 | 37 |
| Binary | 101 | 111101 | 10011011 | 1100001 | 111101 | 0 | 100111 | 11011010 | 1011110 | 11111 |
Color Harmonies of #053D9B
Complementary color
Monochromatic Colors of #053D9B
Black with #053D9B
Text Example
Text Example
White with #053D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D9B; }
p { color: rgb(5,61,155); }
H1.HeaderClassName
{
color: #053D9B;
}
.AnyTagClassName
{
color: #053D9B;
}
</style>
background-color css
<style>
a { background-color: #053D9B; }
a { background-color: rgb(5,61,155); }
div.DivClassName
{
background-color: #053D9B;
}
.BgClassName
{
background-color: #053D9B;
}
</style>
border-color css
<style>
span { border-color: #053D9B; }
span { border-color: rgb(5,61,155); }
td.TdClassName
{
border-color: #053D9B;
}
.TagClassName
{
border-color: #053D9B;
}
</style>