Shades of Smalt #102F88
Tints of Smalt #102F88
RGB
CMYK
RGB Variations
Color information
#102F88 (or 0x102F88) is known color: Smalt. HEX triplet: 10, 2F and 88. RGB value is (16,47,136). Sum of RGB (Red+Green+Blue) = 16+47+136=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #102F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102F88 is #EFD077. Grayscale: #2F2F2F. Windows color (decimal): -15716472 or 8924944. OLE color: 8924944.
HSL color Cylindrical-coordinate representation of color #102F88: hue angle of 224.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #102F88 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 47 | 136 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.47 |
| HSL | 224.5º | 0.79% | 0.3% | - |
| HSV(B) | 224.5º | 0.88% | 0.53% | - |
| XYZ | 5.67 | 3.92 | 23.75 | - |
| YUV | 47.88 | 177.73 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 136 | 0.88 | 0.65 | 0 | 0.47 | 224.5 | 0.79 | 0.3 |
| Hex | 10 | 2F | 88 | 58 | 41 | 0 | 2F | E0 | 4F | 1E |
| Octal | 20 | 57 | 210 | 130 | 101 | 0 | 57 | 340 | 117 | 36 |
| Binary | 10000 | 101111 | 10001000 | 1011000 | 1000001 | 0 | 101111 | 11100000 | 1001111 | 11110 |
Color Harmonies of #102F88
Complementary color
Monochromatic Colors of #102F88
Black with #102F88
Text Example
Text Example
White with #102F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F88; }
p { color: rgb(16,47,136); }
H1.HeaderClassName
{
color: #102F88;
}
.AnyTagClassName
{
color: #102F88;
}
</style>
background-color css
<style>
a { background-color: #102F88; }
a { background-color: rgb(16,47,136); }
div.DivClassName
{
background-color: #102F88;
}
.BgClassName
{
background-color: #102F88;
}
</style>
border-color css
<style>
span { border-color: #102F88; }
span { border-color: rgb(16,47,136); }
td.TdClassName
{
border-color: #102F88;
}
.TagClassName
{
border-color: #102F88;
}
</style>