Shades of Smalt #102A83
Tints of Smalt #102A83
RGB
CMYK
RGB Variations
Color information
#102A83 (or 0x102A83) is known color: Smalt. HEX triplet: 10, 2A and 83. RGB value is (16,42,131). Sum of RGB (Red+Green+Blue) = 16+42+131=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 131 (51.56% from 255 or 69.31% from 189); Max value from RGB is 131 - color contains mainly: blue. Hex color #102A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102A83 is #EFD57C. Grayscale: #2B2B2B. Windows color (decimal): -15717757 or 8595984. OLE color: 8595984.
HSL color Cylindrical-coordinate representation of color #102A83: hue angle of 226.43º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #102A83 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 42 | 131 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.49 |
| HSL | 226.43º | 0.78% | 0.29% | - |
| HSV(B) | 226.43º | 0.88% | 0.51% | - |
| XYZ | 5.14 | 3.4 | 21.86 | - |
| YUV | 44.37 | 176.89 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 131 | 0.88 | 0.68 | 0 | 0.49 | 226.43 | 0.78 | 0.29 |
| Hex | 10 | 2A | 83 | 58 | 44 | 0 | 31 | E2 | 4E | 1D |
| Octal | 20 | 52 | 203 | 130 | 104 | 0 | 61 | 342 | 116 | 35 |
| Binary | 10000 | 101010 | 10000011 | 1011000 | 1000100 | 0 | 110001 | 11100010 | 1001110 | 11101 |
Color Harmonies of #102A83
Complementary color
Monochromatic Colors of #102A83
Black with #102A83
Text Example
Text Example
White with #102A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A83; }
p { color: rgb(16,42,131); }
H1.HeaderClassName
{
color: #102A83;
}
.AnyTagClassName
{
color: #102A83;
}
</style>
background-color css
<style>
a { background-color: #102A83; }
a { background-color: rgb(16,42,131); }
div.DivClassName
{
background-color: #102A83;
}
.BgClassName
{
background-color: #102A83;
}
</style>
border-color css
<style>
span { border-color: #102A83; }
span { border-color: rgb(16,42,131); }
td.TdClassName
{
border-color: #102A83;
}
.TagClassName
{
border-color: #102A83;
}
</style>