Shades of Smalt #10338A
Tints of Smalt #10338A
RGB
CMYK
RGB Variations
Color information
#10338A (or 0x10338A) is known color: Smalt. HEX triplet: 10, 33 and 8A. RGB value is (16,51,138). Sum of RGB (Red+Green+Blue) = 16+51+138=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #10338A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10338A is #EFCC75. Grayscale: #323232. Windows color (decimal): -15715446 or 9057040. OLE color: 9057040.
HSL color Cylindrical-coordinate representation of color #10338A: hue angle of 222.79º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10338A is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 51 | 138 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.46 |
| HSL | 222.79º | 0.79% | 0.3% | - |
| HSV(B) | 222.79º | 0.88% | 0.54% | - |
| XYZ | 5.98 | 4.31 | 24.56 | - |
| YUV | 50.45 | 177.4 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 138 | 0.88 | 0.63 | 0 | 0.46 | 222.79 | 0.79 | 0.3 |
| Hex | 10 | 33 | 8A | 58 | 3F | 0 | 2E | DF | 4F | 1E |
| Octal | 20 | 63 | 212 | 130 | 77 | 0 | 56 | 337 | 117 | 36 |
| Binary | 10000 | 110011 | 10001010 | 1011000 | 111111 | 0 | 101110 | 11011111 | 1001111 | 11110 |
Color Harmonies of #10338A
Complementary color
Monochromatic Colors of #10338A
Black with #10338A
Text Example
Text Example
White with #10338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10338A; }
p { color: rgb(16,51,138); }
H1.HeaderClassName
{
color: #10338A;
}
.AnyTagClassName
{
color: #10338A;
}
</style>
background-color css
<style>
a { background-color: #10338A; }
a { background-color: rgb(16,51,138); }
div.DivClassName
{
background-color: #10338A;
}
.BgClassName
{
background-color: #10338A;
}
</style>
border-color css
<style>
span { border-color: #10338A; }
span { border-color: rgb(16,51,138); }
td.TdClassName
{
border-color: #10338A;
}
.TagClassName
{
border-color: #10338A;
}
</style>