Shades of Smalt #10358B
Tints of Smalt #10358B
RGB
CMYK
RGB Variations
Color information
#10358B (or 0x10358B) is known color: Smalt. HEX triplet: 10, 35 and 8B. RGB value is (16,53,139). Sum of RGB (Red+Green+Blue) = 16+53+139=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #10358B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10358B is #EFCA74. Grayscale: #333333. Windows color (decimal): -15714933 or 9123088. OLE color: 9123088.
HSL color Cylindrical-coordinate representation of color #10358B: hue angle of 221.95º 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 #10358B is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 53 | 139 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.45 |
| HSL | 221.95º | 0.79% | 0.3% | - |
| HSV(B) | 221.95º | 0.88% | 0.55% | - |
| XYZ | 6.15 | 4.52 | 24.97 | - |
| YUV | 51.74 | 177.24 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 139 | 0.88 | 0.62 | 0 | 0.45 | 221.95 | 0.79 | 0.3 |
| Hex | 10 | 35 | 8B | 58 | 3E | 0 | 2D | DE | 4F | 1E |
| Octal | 20 | 65 | 213 | 130 | 76 | 0 | 55 | 336 | 117 | 36 |
| Binary | 10000 | 110101 | 10001011 | 1011000 | 111110 | 0 | 101101 | 11011110 | 1001111 | 11110 |
Color Harmonies of #10358B
Complementary color
Monochromatic Colors of #10358B
Black with #10358B
Text Example
Text Example
White with #10358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10358B; }
p { color: rgb(16,53,139); }
H1.HeaderClassName
{
color: #10358B;
}
.AnyTagClassName
{
color: #10358B;
}
</style>
background-color css
<style>
a { background-color: #10358B; }
a { background-color: rgb(16,53,139); }
div.DivClassName
{
background-color: #10358B;
}
.BgClassName
{
background-color: #10358B;
}
</style>
border-color css
<style>
span { border-color: #10358B; }
span { border-color: rgb(16,53,139); }
td.TdClassName
{
border-color: #10358B;
}
.TagClassName
{
border-color: #10358B;
}
</style>