Shades of Smalt #013393
Tints of Smalt #013393
RGB
CMYK
RGB Variations
Color information
#013393 (or 0x013393) is known color: Smalt. HEX triplet: 01, 33 and 93. RGB value is (1,51,147). Sum of RGB (Red+Green+Blue) = 1+51+147=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #013393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013393 is #FECC6C. Grayscale: #2E2E2E. Windows color (decimal): -16698477 or 9646849. OLE color: 9646849.
HSL color Cylindrical-coordinate representation of color #013393: hue angle of 219.45º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013393 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 51 | 147 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.42 |
| HSL | 219.45º | 0.99% | 0.29% | - |
| HSV(B) | 219.45º | 0.99% | 0.58% | - |
| XYZ | 6.46 | 4.48 | 28.13 | - |
| YUV | 46.99 | 184.44 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 147 | 0.99 | 0.65 | 0 | 0.42 | 219.45 | 0.99 | 0.29 |
| Hex | 1 | 33 | 93 | 63 | 41 | 0 | 2A | DB | 63 | 1D |
| Octal | 1 | 63 | 223 | 143 | 101 | 0 | 52 | 333 | 143 | 35 |
| Binary | 1 | 110011 | 10010011 | 1100011 | 1000001 | 0 | 101010 | 11011011 | 1100011 | 11101 |
Color Harmonies of #013393
Complementary color
Monochromatic Colors of #013393
Black with #013393
Text Example
Text Example
White with #013393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013393; }
p { color: rgb(1,51,147); }
H1.HeaderClassName
{
color: #013393;
}
.AnyTagClassName
{
color: #013393;
}
</style>
background-color css
<style>
a { background-color: #013393; }
a { background-color: rgb(1,51,147); }
div.DivClassName
{
background-color: #013393;
}
.BgClassName
{
background-color: #013393;
}
</style>
border-color css
<style>
span { border-color: #013393; }
span { border-color: rgb(1,51,147); }
td.TdClassName
{
border-color: #013393;
}
.TagClassName
{
border-color: #013393;
}
</style>