Shades of Smalt #013390
Tints of Smalt #013390
RGB
CMYK
RGB Variations
Color information
#013390 (or 0x013390) is known color: Smalt. HEX triplet: 01, 33 and 90. RGB value is (1,51,144). Sum of RGB (Red+Green+Blue) = 1+51+144=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #013390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013390 is #FECC6F. Grayscale: #2E2E2E. Windows color (decimal): -16698480 or 9450241. OLE color: 9450241.
HSL color Cylindrical-coordinate representation of color #013390: hue angle of 219.02º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013390 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 51 | 144 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.44 |
| HSL | 219.02º | 0.99% | 0.28% | - |
| HSV(B) | 219.02º | 0.99% | 0.56% | - |
| XYZ | 6.23 | 4.39 | 26.9 | - |
| YUV | 46.65 | 182.94 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 144 | 0.99 | 0.65 | 0 | 0.44 | 219.02 | 0.99 | 0.28 |
| Hex | 1 | 33 | 90 | 63 | 41 | 0 | 2C | DB | 63 | 1C |
| Octal | 1 | 63 | 220 | 143 | 101 | 0 | 54 | 333 | 143 | 34 |
| Binary | 1 | 110011 | 10010000 | 1100011 | 1000001 | 0 | 101100 | 11011011 | 1100011 | 11100 |
Color Harmonies of #013390
Complementary color
Monochromatic Colors of #013390
Black with #013390
Text Example
Text Example
White with #013390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013390; }
p { color: rgb(1,51,144); }
H1.HeaderClassName
{
color: #013390;
}
.AnyTagClassName
{
color: #013390;
}
</style>
background-color css
<style>
a { background-color: #013390; }
a { background-color: rgb(1,51,144); }
div.DivClassName
{
background-color: #013390;
}
.BgClassName
{
background-color: #013390;
}
</style>
border-color css
<style>
span { border-color: #013390; }
span { border-color: rgb(1,51,144); }
td.TdClassName
{
border-color: #013390;
}
.TagClassName
{
border-color: #013390;
}
</style>