Shades of Smalt #102A8C
Tints of Smalt #102A8C
RGB
CMYK
RGB Variations
Color information
#102A8C (or 0x102A8C) is known color: Smalt. HEX triplet: 10, 2A and 8C. RGB value is (16,42,140). Sum of RGB (Red+Green+Blue) = 16+42+140=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #102A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102A8C is #EFD573. Grayscale: #2C2C2C. Windows color (decimal): -15717748 or 9185808. OLE color: 9185808.
HSL color Cylindrical-coordinate representation of color #102A8C: hue angle of 227.42º 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 #102A8C is Cyan = 0.89, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 42 | 140 | - |
| CMYK | 0.89 | 0.7 | 0 | 0.45 |
| HSL | 227.42º | 0.79% | 0.31% | - |
| HSV(B) | 227.42º | 0.89% | 0.55% | - |
| XYZ | 5.78 | 3.66 | 25.21 | - |
| YUV | 45.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 140 | 0.89 | 0.7 | 0 | 0.45 | 227.42 | 0.79 | 0.31 |
| Hex | 10 | 2A | 8C | 59 | 46 | 0 | 2D | E3 | 4F | 1F |
| Octal | 20 | 52 | 214 | 131 | 106 | 0 | 55 | 343 | 117 | 37 |
| Binary | 10000 | 101010 | 10001100 | 1011001 | 1000110 | 0 | 101101 | 11100011 | 1001111 | 11111 |
Color Harmonies of #102A8C
Complementary color
Monochromatic Colors of #102A8C
Black with #102A8C
Text Example
Text Example
White with #102A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A8C; }
p { color: rgb(16,42,140); }
H1.HeaderClassName
{
color: #102A8C;
}
.AnyTagClassName
{
color: #102A8C;
}
</style>
background-color css
<style>
a { background-color: #102A8C; }
a { background-color: rgb(16,42,140); }
div.DivClassName
{
background-color: #102A8C;
}
.BgClassName
{
background-color: #102A8C;
}
</style>
border-color css
<style>
span { border-color: #102A8C; }
span { border-color: rgb(16,42,140); }
td.TdClassName
{
border-color: #102A8C;
}
.TagClassName
{
border-color: #102A8C;
}
</style>