Shades of Smalt #10348B
Tints of Smalt #10348B
RGB
CMYK
RGB Variations
Color information
#10348B (or 0x10348B) is known color: Smalt. HEX triplet: 10, 34 and 8B. RGB value is (16,52,139). Sum of RGB (Red+Green+Blue) = 16+52+139=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #10348B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10348B is #EFCB74. Grayscale: #323232. Windows color (decimal): -15715189 or 9122832. OLE color: 9122832.
HSL color Cylindrical-coordinate representation of color #10348B: hue angle of 222.44º 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 #10348B is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 52 | 139 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.45 |
| HSL | 222.44º | 0.79% | 0.3% | - |
| HSV(B) | 222.44º | 0.88% | 0.55% | - |
| XYZ | 6.1 | 4.43 | 24.96 | - |
| YUV | 51.15 | 177.57 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 139 | 0.88 | 0.63 | 0 | 0.45 | 222.44 | 0.79 | 0.3 |
| Hex | 10 | 34 | 8B | 58 | 3F | 0 | 2D | DE | 4F | 1E |
| Octal | 20 | 64 | 213 | 130 | 77 | 0 | 55 | 336 | 117 | 36 |
| Binary | 10000 | 110100 | 10001011 | 1011000 | 111111 | 0 | 101101 | 11011110 | 1001111 | 11110 |
Color Harmonies of #10348B
Complementary color
Monochromatic Colors of #10348B
Black with #10348B
Text Example
Text Example
White with #10348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10348B; }
p { color: rgb(16,52,139); }
H1.HeaderClassName
{
color: #10348B;
}
.AnyTagClassName
{
color: #10348B;
}
</style>
background-color css
<style>
a { background-color: #10348B; }
a { background-color: rgb(16,52,139); }
div.DivClassName
{
background-color: #10348B;
}
.BgClassName
{
background-color: #10348B;
}
</style>
border-color css
<style>
span { border-color: #10348B; }
span { border-color: rgb(16,52,139); }
td.TdClassName
{
border-color: #10348B;
}
.TagClassName
{
border-color: #10348B;
}
</style>