Shades of Smalt #013298
Tints of Smalt #013298
RGB
CMYK
RGB Variations
Color information
#013298 (or 0x013298) is known color: Smalt. HEX triplet: 01, 32 and 98. RGB value is (1,50,152). Sum of RGB (Red+Green+Blue) = 1+50+152=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 152 (59.77% from 255 or 74.88% from 203); Max value from RGB is 152 - color contains mainly: blue. Hex color #013298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013298 is #FECD67. Grayscale: #2E2E2E. Windows color (decimal): -16698728 or 9974273. OLE color: 9974273.
HSL color Cylindrical-coordinate representation of color #013298: hue angle of 220.53º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013298 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 50 | 152 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.40 |
| HSL | 220.53º | 0.99% | 0.3% | - |
| HSV(B) | 220.53º | 0.99% | 0.6% | - |
| XYZ | 6.82 | 4.55 | 30.23 | - |
| YUV | 46.98 | 187.27 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 152 | 0.99 | 0.67 | 0 | 0.40 | 220.53 | 0.99 | 0.3 |
| Hex | 1 | 32 | 98 | 63 | 43 | 0 | 28 | DD | 63 | 1E |
| Octal | 1 | 62 | 230 | 143 | 103 | 0 | 50 | 335 | 143 | 36 |
| Binary | 1 | 110010 | 10011000 | 1100011 | 1000011 | 0 | 101000 | 11011101 | 1100011 | 11110 |
Color Harmonies of #013298
Complementary color
Monochromatic Colors of #013298
Black with #013298
Text Example
Text Example
White with #013298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013298; }
p { color: rgb(1,50,152); }
H1.HeaderClassName
{
color: #013298;
}
.AnyTagClassName
{
color: #013298;
}
</style>
background-color css
<style>
a { background-color: #013298; }
a { background-color: rgb(1,50,152); }
div.DivClassName
{
background-color: #013298;
}
.BgClassName
{
background-color: #013298;
}
</style>
border-color css
<style>
span { border-color: #013298; }
span { border-color: rgb(1,50,152); }
td.TdClassName
{
border-color: #013298;
}
.TagClassName
{
border-color: #013298;
}
</style>