Shades of Smalt #05238C
Tints of Smalt #05238C
RGB
CMYK
RGB Variations
Color information
#05238C (or 0x05238C) is known color: Smalt. HEX triplet: 05, 23 and 8C. RGB value is (5,35,140). Sum of RGB (Red+Green+Blue) = 5+35+140=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 140 (55.08% from 255 or 77.78% from 180); Max value from RGB is 140 - color contains mainly: blue. Hex color #05238C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05238C is #FADC73. Grayscale: #252525. Windows color (decimal): -16440436 or 9184005. OLE color: 9184005.
HSL color Cylindrical-coordinate representation of color #05238C: hue angle of 226.67º 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 #05238C is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 35 | 140 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.45 |
| HSL | 226.67º | 0.93% | 0.28% | - |
| HSV(B) | 226.67º | 0.96% | 0.55% | - |
| XYZ | 5.4 | 3.13 | 25.13 | - |
| YUV | 38 | 185.56 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 140 | 0.96 | 0.75 | 0 | 0.45 | 226.67 | 0.93 | 0.28 |
| Hex | 5 | 23 | 8C | 60 | 4B | 0 | 2D | E3 | 5D | 1C |
| Octal | 5 | 43 | 214 | 140 | 113 | 0 | 55 | 343 | 135 | 34 |
| Binary | 101 | 100011 | 10001100 | 1100000 | 1001011 | 0 | 101101 | 11100011 | 1011101 | 11100 |
Color Harmonies of #05238C
Complementary color
Monochromatic Colors of #05238C
Black with #05238C
Text Example
Text Example
White with #05238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05238C; }
p { color: rgb(5,35,140); }
H1.HeaderClassName
{
color: #05238C;
}
.AnyTagClassName
{
color: #05238C;
}
</style>
background-color css
<style>
a { background-color: #05238C; }
a { background-color: rgb(5,35,140); }
div.DivClassName
{
background-color: #05238C;
}
.BgClassName
{
background-color: #05238C;
}
</style>
border-color css
<style>
span { border-color: #05238C; }
span { border-color: rgb(5,35,140); }
td.TdClassName
{
border-color: #05238C;
}
.TagClassName
{
border-color: #05238C;
}
</style>