Shades of Smalt #052F90
Tints of Smalt #052F90
RGB
CMYK
RGB Variations
Color information
#052F90 (or 0x052F90) is known color: Smalt. HEX triplet: 05, 2F and 90. RGB value is (5,47,144). Sum of RGB (Red+Green+Blue) = 5+47+144=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #052F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052F90 is #FAD06F. Grayscale: #2D2D2D. Windows color (decimal): -16437360 or 9449221. OLE color: 9449221.
HSL color Cylindrical-coordinate representation of color #052F90: hue angle of 221.87º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052F90 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 47 | 144 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.44 |
| HSL | 221.87º | 0.93% | 0.29% | - |
| HSV(B) | 221.87º | 0.97% | 0.56% | - |
| XYZ | 6.11 | 4.08 | 26.85 | - |
| YUV | 45.5 | 183.59 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 144 | 0.97 | 0.67 | 0 | 0.44 | 221.87 | 0.93 | 0.29 |
| Hex | 5 | 2F | 90 | 61 | 43 | 0 | 2C | DE | 5D | 1D |
| Octal | 5 | 57 | 220 | 141 | 103 | 0 | 54 | 336 | 135 | 35 |
| Binary | 101 | 101111 | 10010000 | 1100001 | 1000011 | 0 | 101100 | 11011110 | 1011101 | 11101 |
Color Harmonies of #052F90
Complementary color
Monochromatic Colors of #052F90
Black with #052F90
Text Example
Text Example
White with #052F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F90; }
p { color: rgb(5,47,144); }
H1.HeaderClassName
{
color: #052F90;
}
.AnyTagClassName
{
color: #052F90;
}
</style>
background-color css
<style>
a { background-color: #052F90; }
a { background-color: rgb(5,47,144); }
div.DivClassName
{
background-color: #052F90;
}
.BgClassName
{
background-color: #052F90;
}
</style>
border-color css
<style>
span { border-color: #052F90; }
span { border-color: rgb(5,47,144); }
td.TdClassName
{
border-color: #052F90;
}
.TagClassName
{
border-color: #052F90;
}
</style>