Shades of Smalt #05248C
Tints of Smalt #05248C
RGB
CMYK
RGB Variations
Color information
#05248C (or 0x05248C) is known color: Smalt. HEX triplet: 05, 24 and 8C. RGB value is (5,36,140). Sum of RGB (Red+Green+Blue) = 5+36+140=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 140 (55.08% from 255 or 77.35% from 181); Max value from RGB is 140 - color contains mainly: blue. Hex color #05248C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05248C is #FADB73. Grayscale: #262626. Windows color (decimal): -16440180 or 9184261. OLE color: 9184261.
HSL color Cylindrical-coordinate representation of color #05248C: hue angle of 226.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05248C is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 36 | 140 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.45 |
| HSL | 226.22º | 0.93% | 0.28% | - |
| HSV(B) | 226.22º | 0.96% | 0.55% | - |
| XYZ | 5.43 | 3.19 | 25.14 | - |
| YUV | 38.59 | 185.23 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 140 | 0.96 | 0.74 | 0 | 0.45 | 226.22 | 0.93 | 0.28 |
| Hex | 5 | 24 | 8C | 60 | 4A | 0 | 2D | E2 | 5D | 1C |
| Octal | 5 | 44 | 214 | 140 | 112 | 0 | 55 | 342 | 135 | 34 |
| Binary | 101 | 100100 | 10001100 | 1100000 | 1001010 | 0 | 101101 | 11100010 | 1011101 | 11100 |
Color Harmonies of #05248C
Complementary color
Monochromatic Colors of #05248C
Black with #05248C
Text Example
Text Example
White with #05248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05248C; }
p { color: rgb(5,36,140); }
H1.HeaderClassName
{
color: #05248C;
}
.AnyTagClassName
{
color: #05248C;
}
</style>
background-color css
<style>
a { background-color: #05248C; }
a { background-color: rgb(5,36,140); }
div.DivClassName
{
background-color: #05248C;
}
.BgClassName
{
background-color: #05248C;
}
</style>
border-color css
<style>
span { border-color: #05248C; }
span { border-color: rgb(5,36,140); }
td.TdClassName
{
border-color: #05248C;
}
.TagClassName
{
border-color: #05248C;
}
</style>