Shades of Smalt #102C8D
Tints of Smalt #102C8D
RGB
CMYK
RGB Variations
Color information
#102C8D (or 0x102C8D) is known color: Smalt. HEX triplet: 10, 2C and 8D. RGB value is (16,44,141). Sum of RGB (Red+Green+Blue) = 16+44+141=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #102C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102C8D is #EFD372. Grayscale: #2E2E2E. Windows color (decimal): -15717235 or 9251856. OLE color: 9251856.
HSL color Cylindrical-coordinate representation of color #102C8D: hue angle of 226.56º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #102C8D is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 44 | 141 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.45 |
| HSL | 226.56º | 0.8% | 0.31% | - |
| HSV(B) | 226.56º | 0.89% | 0.55% | - |
| XYZ | 5.92 | 3.83 | 25.63 | - |
| YUV | 46.69 | 181.22 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 141 | 0.89 | 0.69 | 0 | 0.45 | 226.56 | 0.8 | 0.31 |
| Hex | 10 | 2C | 8D | 59 | 45 | 0 | 2D | E3 | 50 | 1F |
| Octal | 20 | 54 | 215 | 131 | 105 | 0 | 55 | 343 | 120 | 37 |
| Binary | 10000 | 101100 | 10001101 | 1011001 | 1000101 | 0 | 101101 | 11100011 | 1010000 | 11111 |
Color Harmonies of #102C8D
Complementary color
Monochromatic Colors of #102C8D
Black with #102C8D
Text Example
Text Example
White with #102C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C8D; }
p { color: rgb(16,44,141); }
H1.HeaderClassName
{
color: #102C8D;
}
.AnyTagClassName
{
color: #102C8D;
}
</style>
background-color css
<style>
a { background-color: #102C8D; }
a { background-color: rgb(16,44,141); }
div.DivClassName
{
background-color: #102C8D;
}
.BgClassName
{
background-color: #102C8D;
}
</style>
border-color css
<style>
span { border-color: #102C8D; }
span { border-color: rgb(16,44,141); }
td.TdClassName
{
border-color: #102C8D;
}
.TagClassName
{
border-color: #102C8D;
}
</style>