Shades of Smalt #052F93
Tints of Smalt #052F93
RGB
CMYK
RGB Variations
Color information
#052F93 (or 0x052F93) is known color: Smalt. HEX triplet: 05, 2F and 93. RGB value is (5,47,147). Sum of RGB (Red+Green+Blue) = 5+47+147=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #052F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052F93 is #FAD06C. Grayscale: #2D2D2D. Windows color (decimal): -16437357 or 9645829. OLE color: 9645829.
HSL color Cylindrical-coordinate representation of color #052F93: hue angle of 222.25º degrees, saturation: 0.93, 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 #052F93 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 47 | 147 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.42 |
| HSL | 222.25º | 0.93% | 0.3% | - |
| HSV(B) | 222.25º | 0.97% | 0.58% | - |
| XYZ | 6.35 | 4.17 | 28.07 | - |
| YUV | 45.84 | 185.09 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 147 | 0.97 | 0.68 | 0 | 0.42 | 222.25 | 0.93 | 0.3 |
| Hex | 5 | 2F | 93 | 61 | 44 | 0 | 2A | DE | 5D | 1E |
| Octal | 5 | 57 | 223 | 141 | 104 | 0 | 52 | 336 | 135 | 36 |
| Binary | 101 | 101111 | 10010011 | 1100001 | 1000100 | 0 | 101010 | 11011110 | 1011101 | 11110 |
Color Harmonies of #052F93
Complementary color
Monochromatic Colors of #052F93
Black with #052F93
Text Example
Text Example
White with #052F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F93; }
p { color: rgb(5,47,147); }
H1.HeaderClassName
{
color: #052F93;
}
.AnyTagClassName
{
color: #052F93;
}
</style>
background-color css
<style>
a { background-color: #052F93; }
a { background-color: rgb(5,47,147); }
div.DivClassName
{
background-color: #052F93;
}
.BgClassName
{
background-color: #052F93;
}
</style>
border-color css
<style>
span { border-color: #052F93; }
span { border-color: rgb(5,47,147); }
td.TdClassName
{
border-color: #052F93;
}
.TagClassName
{
border-color: #052F93;
}
</style>