Shades of Smalt #102D8B
Tints of Smalt #102D8B
RGB
CMYK
RGB Variations
Color information
#102D8B (or 0x102D8B) is known color: Smalt. HEX triplet: 10, 2D and 8B. RGB value is (16,45,139). Sum of RGB (Red+Green+Blue) = 16+45+139=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #102D8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102D8B is #EFD274. Grayscale: #2E2E2E. Windows color (decimal): -15716981 or 9121040. OLE color: 9121040.
HSL color Cylindrical-coordinate representation of color #102D8B: hue angle of 225.85º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #102D8B is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 45 | 139 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.45 |
| HSL | 225.85º | 0.79% | 0.3% | - |
| HSV(B) | 225.85º | 0.88% | 0.55% | - |
| XYZ | 5.81 | 3.85 | 24.86 | - |
| YUV | 47.05 | 179.89 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 139 | 0.88 | 0.68 | 0 | 0.45 | 225.85 | 0.79 | 0.3 |
| Hex | 10 | 2D | 8B | 58 | 44 | 0 | 2D | E2 | 4F | 1E |
| Octal | 20 | 55 | 213 | 130 | 104 | 0 | 55 | 342 | 117 | 36 |
| Binary | 10000 | 101101 | 10001011 | 1011000 | 1000100 | 0 | 101101 | 11100010 | 1001111 | 11110 |
Color Harmonies of #102D8B
Complementary color
Monochromatic Colors of #102D8B
Black with #102D8B
Text Example
Text Example
White with #102D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D8B; }
p { color: rgb(16,45,139); }
H1.HeaderClassName
{
color: #102D8B;
}
.AnyTagClassName
{
color: #102D8B;
}
</style>
background-color css
<style>
a { background-color: #102D8B; }
a { background-color: rgb(16,45,139); }
div.DivClassName
{
background-color: #102D8B;
}
.BgClassName
{
background-color: #102D8B;
}
</style>
border-color css
<style>
span { border-color: #102D8B; }
span { border-color: rgb(16,45,139); }
td.TdClassName
{
border-color: #102D8B;
}
.TagClassName
{
border-color: #102D8B;
}
</style>