Shades of Smalt #102C8C
Tints of Smalt #102C8C
RGB
CMYK
RGB Variations
Color information
#102C8C (or 0x102C8C) is known color: Smalt. HEX triplet: 10, 2C and 8C. RGB value is (16,44,140). Sum of RGB (Red+Green+Blue) = 16+44+140=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #102C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102C8C is #EFD373. Grayscale: #2E2E2E. Windows color (decimal): -15717236 or 9186320. OLE color: 9186320.
HSL color Cylindrical-coordinate representation of color #102C8C: hue angle of 226.45º degrees, saturation: 0.79, 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 #102C8C is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 44 | 140 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.45 |
| HSL | 226.45º | 0.79% | 0.31% | - |
| HSV(B) | 226.45º | 0.89% | 0.55% | - |
| XYZ | 5.85 | 3.8 | 25.24 | - |
| YUV | 46.57 | 180.72 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 140 | 0.89 | 0.69 | 0 | 0.45 | 226.45 | 0.79 | 0.31 |
| Hex | 10 | 2C | 8C | 59 | 45 | 0 | 2D | E2 | 4F | 1F |
| Octal | 20 | 54 | 214 | 131 | 105 | 0 | 55 | 342 | 117 | 37 |
| Binary | 10000 | 101100 | 10001100 | 1011001 | 1000101 | 0 | 101101 | 11100010 | 1001111 | 11111 |
Color Harmonies of #102C8C
Complementary color
Monochromatic Colors of #102C8C
Black with #102C8C
Text Example
Text Example
White with #102C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C8C; }
p { color: rgb(16,44,140); }
H1.HeaderClassName
{
color: #102C8C;
}
.AnyTagClassName
{
color: #102C8C;
}
</style>
background-color css
<style>
a { background-color: #102C8C; }
a { background-color: rgb(16,44,140); }
div.DivClassName
{
background-color: #102C8C;
}
.BgClassName
{
background-color: #102C8C;
}
</style>
border-color css
<style>
span { border-color: #102C8C; }
span { border-color: rgb(16,44,140); }
td.TdClassName
{
border-color: #102C8C;
}
.TagClassName
{
border-color: #102C8C;
}
</style>