Shades of Smalt #102785
Tints of Smalt #102785
RGB
CMYK
RGB Variations
Color information
#102785 (or 0x102785) is known color: Smalt. HEX triplet: 10, 27 and 85. RGB value is (16,39,133). Sum of RGB (Red+Green+Blue) = 16+39+133=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #102785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102785 is #EFD87A. Grayscale: #2A2A2A. Windows color (decimal): -15718523 or 8726288. OLE color: 8726288.
HSL color Cylindrical-coordinate representation of color #102785: hue angle of 228.21º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #102785 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 39 | 133 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.48 |
| HSL | 228.21º | 0.79% | 0.29% | - |
| HSV(B) | 228.21º | 0.88% | 0.52% | - |
| XYZ | 5.17 | 3.25 | 22.55 | - |
| YUV | 42.84 | 178.88 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 133 | 0.88 | 0.71 | 0 | 0.48 | 228.21 | 0.79 | 0.29 |
| Hex | 10 | 27 | 85 | 58 | 47 | 0 | 30 | E4 | 4F | 1D |
| Octal | 20 | 47 | 205 | 130 | 107 | 0 | 60 | 344 | 117 | 35 |
| Binary | 10000 | 100111 | 10000101 | 1011000 | 1000111 | 0 | 110000 | 11100100 | 1001111 | 11101 |
Color Harmonies of #102785
Complementary color
Monochromatic Colors of #102785
Black with #102785
Text Example
Text Example
White with #102785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102785; }
p { color: rgb(16,39,133); }
H1.HeaderClassName
{
color: #102785;
}
.AnyTagClassName
{
color: #102785;
}
</style>
background-color css
<style>
a { background-color: #102785; }
a { background-color: rgb(16,39,133); }
div.DivClassName
{
background-color: #102785;
}
.BgClassName
{
background-color: #102785;
}
</style>
border-color css
<style>
span { border-color: #102785; }
span { border-color: rgb(16,39,133); }
td.TdClassName
{
border-color: #102785;
}
.TagClassName
{
border-color: #102785;
}
</style>