Shades of Smalt #102F83
Tints of Smalt #102F83
RGB
CMYK
RGB Variations
Color information
#102F83 (or 0x102F83) is known color: Smalt. HEX triplet: 10, 2F and 83. RGB value is (16,47,131). Sum of RGB (Red+Green+Blue) = 16+47+131=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 131 (51.56% from 255 or 67.53% from 194); Max value from RGB is 131 - color contains mainly: blue. Hex color #102F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102F83 is #EFD07C. Grayscale: #2E2E2E. Windows color (decimal): -15716477 or 8597264. OLE color: 8597264.
HSL color Cylindrical-coordinate representation of color #102F83: hue angle of 223.83º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #102F83 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 47 | 131 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.49 |
| HSL | 223.83º | 0.78% | 0.29% | - |
| HSV(B) | 223.83º | 0.88% | 0.51% | - |
| XYZ | 5.33 | 3.78 | 21.92 | - |
| YUV | 47.31 | 175.23 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 131 | 0.88 | 0.64 | 0 | 0.49 | 223.83 | 0.78 | 0.29 |
| Hex | 10 | 2F | 83 | 58 | 40 | 0 | 31 | E0 | 4E | 1D |
| Octal | 20 | 57 | 203 | 130 | 100 | 0 | 61 | 340 | 116 | 35 |
| Binary | 10000 | 101111 | 10000011 | 1011000 | 1000000 | 0 | 110001 | 11100000 | 1001110 | 11101 |
Color Harmonies of #102F83
Complementary color
Monochromatic Colors of #102F83
Black with #102F83
Text Example
Text Example
White with #102F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F83; }
p { color: rgb(16,47,131); }
H1.HeaderClassName
{
color: #102F83;
}
.AnyTagClassName
{
color: #102F83;
}
</style>
background-color css
<style>
a { background-color: #102F83; }
a { background-color: rgb(16,47,131); }
div.DivClassName
{
background-color: #102F83;
}
.BgClassName
{
background-color: #102F83;
}
</style>
border-color css
<style>
span { border-color: #102F83; }
span { border-color: rgb(16,47,131); }
td.TdClassName
{
border-color: #102F83;
}
.TagClassName
{
border-color: #102F83;
}
</style>