Shades of Smalt #113385
Tints of Smalt #113385
RGB
CMYK
RGB Variations
Color information
#113385 (or 0x113385) is known color: Smalt. HEX triplet: 11, 33 and 85. RGB value is (17,51,133). Sum of RGB (Red+Green+Blue) = 17+51+133=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #113385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113385 is #EECC7A. Grayscale: #313131. Windows color (decimal): -15649915 or 8729361. OLE color: 8729361.
HSL color Cylindrical-coordinate representation of color #113385: hue angle of 222.41º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113385 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 51 | 133 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.48 |
| HSL | 222.41º | 0.77% | 0.29% | - |
| HSV(B) | 222.41º | 0.87% | 0.52% | - |
| XYZ | 5.65 | 4.18 | 22.7 | - |
| YUV | 50.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 133 | 0.87 | 0.62 | 0 | 0.48 | 222.41 | 0.77 | 0.29 |
| Hex | 11 | 33 | 85 | 57 | 3E | 0 | 30 | DE | 4D | 1D |
| Octal | 21 | 63 | 205 | 127 | 76 | 0 | 60 | 336 | 115 | 35 |
| Binary | 10001 | 110011 | 10000101 | 1010111 | 111110 | 0 | 110000 | 11011110 | 1001101 | 11101 |
Color Harmonies of #113385
Complementary color
Monochromatic Colors of #113385
Black with #113385
Text Example
Text Example
White with #113385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113385; }
p { color: rgb(17,51,133); }
H1.HeaderClassName
{
color: #113385;
}
.AnyTagClassName
{
color: #113385;
}
</style>
background-color css
<style>
a { background-color: #113385; }
a { background-color: rgb(17,51,133); }
div.DivClassName
{
background-color: #113385;
}
.BgClassName
{
background-color: #113385;
}
</style>
border-color css
<style>
span { border-color: #113385; }
span { border-color: rgb(17,51,133); }
td.TdClassName
{
border-color: #113385;
}
.TagClassName
{
border-color: #113385;
}
</style>