Shades of Smalt #10308B
Tints of Smalt #10308B
RGB
CMYK
RGB Variations
Color information
#10308B (or 0x10308B) is known color: Smalt. HEX triplet: 10, 30 and 8B. RGB value is (16,48,139). Sum of RGB (Red+Green+Blue) = 16+48+139=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #10308B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10308B is #EFCF74. Grayscale: #303030. Windows color (decimal): -15716213 or 9121808. OLE color: 9121808.
HSL color Cylindrical-coordinate representation of color #10308B: hue angle of 224.39º 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 #10308B is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 48 | 139 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.45 |
| HSL | 224.39º | 0.79% | 0.3% | - |
| HSV(B) | 224.39º | 0.88% | 0.55% | - |
| XYZ | 5.93 | 4.09 | 24.9 | - |
| YUV | 48.81 | 178.9 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 139 | 0.88 | 0.65 | 0 | 0.45 | 224.39 | 0.79 | 0.3 |
| Hex | 10 | 30 | 8B | 58 | 41 | 0 | 2D | E0 | 4F | 1E |
| Octal | 20 | 60 | 213 | 130 | 101 | 0 | 55 | 340 | 117 | 36 |
| Binary | 10000 | 110000 | 10001011 | 1011000 | 1000001 | 0 | 101101 | 11100000 | 1001111 | 11110 |
Color Harmonies of #10308B
Complementary color
Monochromatic Colors of #10308B
Black with #10308B
Text Example
Text Example
White with #10308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10308B; }
p { color: rgb(16,48,139); }
H1.HeaderClassName
{
color: #10308B;
}
.AnyTagClassName
{
color: #10308B;
}
</style>
background-color css
<style>
a { background-color: #10308B; }
a { background-color: rgb(16,48,139); }
div.DivClassName
{
background-color: #10308B;
}
.BgClassName
{
background-color: #10308B;
}
</style>
border-color css
<style>
span { border-color: #10308B; }
span { border-color: rgb(16,48,139); }
td.TdClassName
{
border-color: #10308B;
}
.TagClassName
{
border-color: #10308B;
}
</style>