Shades of Smalt #10398E
Tints of Smalt #10398E
RGB
CMYK
RGB Variations
Color information
#10398E (or 0x10398E) is known color: Smalt. HEX triplet: 10, 39 and 8E. RGB value is (16,57,142). Sum of RGB (Red+Green+Blue) = 16+57+142=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 142 (55.86% from 255 or 66.05% from 215); Max value from RGB is 142 - color contains mainly: blue. Hex color #10398E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10398E is #EFC671. Grayscale: #363636. Windows color (decimal): -15713906 or 9320720. OLE color: 9320720.
HSL color Cylindrical-coordinate representation of color #10398E: hue angle of 220.48º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10398E is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 57 | 142 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.44 |
| HSL | 220.48º | 0.8% | 0.31% | - |
| HSV(B) | 220.48º | 0.89% | 0.56% | - |
| XYZ | 6.56 | 4.99 | 26.21 | - |
| YUV | 54.43 | 177.42 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 142 | 0.89 | 0.60 | 0 | 0.44 | 220.48 | 0.8 | 0.31 |
| Hex | 10 | 39 | 8E | 59 | 3C | 0 | 2C | DC | 50 | 1F |
| Octal | 20 | 71 | 216 | 131 | 74 | 0 | 54 | 334 | 120 | 37 |
| Binary | 10000 | 111001 | 10001110 | 1011001 | 111100 | 0 | 101100 | 11011100 | 1010000 | 11111 |
Color Harmonies of #10398E
Complementary color
Monochromatic Colors of #10398E
Black with #10398E
Text Example
Text Example
White with #10398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10398E; }
p { color: rgb(16,57,142); }
H1.HeaderClassName
{
color: #10398E;
}
.AnyTagClassName
{
color: #10398E;
}
</style>
background-color css
<style>
a { background-color: #10398E; }
a { background-color: rgb(16,57,142); }
div.DivClassName
{
background-color: #10398E;
}
.BgClassName
{
background-color: #10398E;
}
</style>
border-color css
<style>
span { border-color: #10398E; }
span { border-color: rgb(16,57,142); }
td.TdClassName
{
border-color: #10398E;
}
.TagClassName
{
border-color: #10398E;
}
</style>