Shades of Smalt #102B8C
Tints of Smalt #102B8C
RGB
CMYK
RGB Variations
Color information
#102B8C (or 0x102B8C) is known color: Smalt. HEX triplet: 10, 2B and 8C. RGB value is (16,43,140). Sum of RGB (Red+Green+Blue) = 16+43+140=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #102B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102B8C is #EFD473. Grayscale: #2D2D2D. Windows color (decimal): -15717492 or 9186064. OLE color: 9186064.
HSL color Cylindrical-coordinate representation of color #102B8C: hue angle of 226.94º 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 #102B8C is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 43 | 140 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.45 |
| HSL | 226.94º | 0.79% | 0.31% | - |
| HSV(B) | 226.94º | 0.89% | 0.55% | - |
| XYZ | 5.81 | 3.73 | 25.22 | - |
| YUV | 45.99 | 181.05 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 140 | 0.89 | 0.69 | 0 | 0.45 | 226.94 | 0.79 | 0.31 |
| Hex | 10 | 2B | 8C | 59 | 45 | 0 | 2D | E3 | 4F | 1F |
| Octal | 20 | 53 | 214 | 131 | 105 | 0 | 55 | 343 | 117 | 37 |
| Binary | 10000 | 101011 | 10001100 | 1011001 | 1000101 | 0 | 101101 | 11100011 | 1001111 | 11111 |
Color Harmonies of #102B8C
Complementary color
Monochromatic Colors of #102B8C
Black with #102B8C
Text Example
Text Example
White with #102B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102B8C; }
p { color: rgb(16,43,140); }
H1.HeaderClassName
{
color: #102B8C;
}
.AnyTagClassName
{
color: #102B8C;
}
</style>
background-color css
<style>
a { background-color: #102B8C; }
a { background-color: rgb(16,43,140); }
div.DivClassName
{
background-color: #102B8C;
}
.BgClassName
{
background-color: #102B8C;
}
</style>
border-color css
<style>
span { border-color: #102B8C; }
span { border-color: rgb(16,43,140); }
td.TdClassName
{
border-color: #102B8C;
}
.TagClassName
{
border-color: #102B8C;
}
</style>