Shades of Smalt #10258B
Tints of Smalt #10258B
RGB
CMYK
RGB Variations
Color information
#10258B (or 0x10258B) is known color: Smalt. HEX triplet: 10, 25 and 8B. RGB value is (16,37,139). Sum of RGB (Red+Green+Blue) = 16+37+139=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #10258B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10258B is #EFDA74. Grayscale: #292929. Windows color (decimal): -15719029 or 9118992. OLE color: 9118992.
HSL color Cylindrical-coordinate representation of color #10258B: hue angle of 229.76º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10258B is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 37 | 139 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.45 |
| HSL | 229.76º | 0.79% | 0.3% | - |
| HSV(B) | 229.76º | 0.88% | 0.55% | - |
| XYZ | 5.54 | 3.3 | 24.77 | - |
| YUV | 42.35 | 182.54 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 139 | 0.88 | 0.73 | 0 | 0.45 | 229.76 | 0.79 | 0.3 |
| Hex | 10 | 25 | 8B | 58 | 49 | 0 | 2D | E6 | 4F | 1E |
| Octal | 20 | 45 | 213 | 130 | 111 | 0 | 55 | 346 | 117 | 36 |
| Binary | 10000 | 100101 | 10001011 | 1011000 | 1001001 | 0 | 101101 | 11100110 | 1001111 | 11110 |
Color Harmonies of #10258B
Complementary color
Monochromatic Colors of #10258B
Black with #10258B
Text Example
Text Example
White with #10258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10258B; }
p { color: rgb(16,37,139); }
H1.HeaderClassName
{
color: #10258B;
}
.AnyTagClassName
{
color: #10258B;
}
</style>
background-color css
<style>
a { background-color: #10258B; }
a { background-color: rgb(16,37,139); }
div.DivClassName
{
background-color: #10258B;
}
.BgClassName
{
background-color: #10258B;
}
</style>
border-color css
<style>
span { border-color: #10258B; }
span { border-color: rgb(16,37,139); }
td.TdClassName
{
border-color: #10258B;
}
.TagClassName
{
border-color: #10258B;
}
</style>