Shades of Smalt #05348D
Tints of Smalt #05348D
RGB
CMYK
RGB Variations
Color information
#05348D (or 0x05348D) is known color: Smalt. HEX triplet: 05, 34 and 8D. RGB value is (5,52,141). Sum of RGB (Red+Green+Blue) = 5+52+141=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #05348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05348D is #FACB72. Grayscale: #2F2F2F. Windows color (decimal): -16436083 or 9253893. OLE color: 9253893.
HSL color Cylindrical-coordinate representation of color #05348D: hue angle of 219.26º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05348D is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 52 | 141 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.45 |
| HSL | 219.26º | 0.93% | 0.29% | - |
| HSV(B) | 219.26º | 0.96% | 0.55% | - |
| XYZ | 6.1 | 4.41 | 25.73 | - |
| YUV | 48.09 | 180.43 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 141 | 0.96 | 0.63 | 0 | 0.45 | 219.26 | 0.93 | 0.29 |
| Hex | 5 | 34 | 8D | 60 | 3F | 0 | 2D | DB | 5D | 1D |
| Octal | 5 | 64 | 215 | 140 | 77 | 0 | 55 | 333 | 135 | 35 |
| Binary | 101 | 110100 | 10001101 | 1100000 | 111111 | 0 | 101101 | 11011011 | 1011101 | 11101 |
Color Harmonies of #05348D
Complementary color
Monochromatic Colors of #05348D
Black with #05348D
Text Example
Text Example
White with #05348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05348D; }
p { color: rgb(5,52,141); }
H1.HeaderClassName
{
color: #05348D;
}
.AnyTagClassName
{
color: #05348D;
}
</style>
background-color css
<style>
a { background-color: #05348D; }
a { background-color: rgb(5,52,141); }
div.DivClassName
{
background-color: #05348D;
}
.BgClassName
{
background-color: #05348D;
}
</style>
border-color css
<style>
span { border-color: #05348D; }
span { border-color: rgb(5,52,141); }
td.TdClassName
{
border-color: #05348D;
}
.TagClassName
{
border-color: #05348D;
}
</style>