Shades of Smalt #10248C
Tints of Smalt #10248C
RGB
CMYK
RGB Variations
Color information
#10248C (or 0x10248C) is known color: Smalt. HEX triplet: 10, 24 and 8C. RGB value is (16,36,140). Sum of RGB (Red+Green+Blue) = 16+36+140=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 140 (55.08% from 255 or 72.92% from 192); Max value from RGB is 140 - color contains mainly: blue. Hex color #10248C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10248C is #EFDB73. Grayscale: #292929. Windows color (decimal): -15719284 or 9184272. OLE color: 9184272.
HSL color Cylindrical-coordinate representation of color #10248C: hue angle of 230.32º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10248C is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 36 | 140 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.45 |
| HSL | 230.32º | 0.79% | 0.31% | - |
| HSV(B) | 230.32º | 0.89% | 0.55% | - |
| XYZ | 5.58 | 3.27 | 25.15 | - |
| YUV | 41.88 | 183.37 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 140 | 0.89 | 0.74 | 0 | 0.45 | 230.32 | 0.79 | 0.31 |
| Hex | 10 | 24 | 8C | 59 | 4A | 0 | 2D | E6 | 4F | 1F |
| Octal | 20 | 44 | 214 | 131 | 112 | 0 | 55 | 346 | 117 | 37 |
| Binary | 10000 | 100100 | 10001100 | 1011001 | 1001010 | 0 | 101101 | 11100110 | 1001111 | 11111 |
Color Harmonies of #10248C
Complementary color
Monochromatic Colors of #10248C
Black with #10248C
Text Example
Text Example
White with #10248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10248C; }
p { color: rgb(16,36,140); }
H1.HeaderClassName
{
color: #10248C;
}
.AnyTagClassName
{
color: #10248C;
}
</style>
background-color css
<style>
a { background-color: #10248C; }
a { background-color: rgb(16,36,140); }
div.DivClassName
{
background-color: #10248C;
}
.BgClassName
{
background-color: #10248C;
}
</style>
border-color css
<style>
span { border-color: #10248C; }
span { border-color: rgb(16,36,140); }
td.TdClassName
{
border-color: #10248C;
}
.TagClassName
{
border-color: #10248C;
}
</style>