Shades of Smalt #01339E
Tints of Smalt #01339E
RGB
CMYK
RGB Variations
Color information
#01339E (or 0x01339E) is known color: Smalt. HEX triplet: 01, 33 and 9E. RGB value is (1,51,158). Sum of RGB (Red+Green+Blue) = 1+51+158=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 158 (62.11% from 255 or 75.24% from 210); Max value from RGB is 158 - color contains mainly: blue. Hex color #01339E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01339E is #FECC61. Grayscale: #2F2F2F. Windows color (decimal): -16698466 or 10367745. OLE color: 10367745.
HSL color Cylindrical-coordinate representation of color #01339E: hue angle of 220.89º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01339E is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 51 | 158 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.38 |
| HSL | 220.89º | 0.99% | 0.31% | - |
| HSV(B) | 220.89º | 0.99% | 0.62% | - |
| XYZ | 7.37 | 4.84 | 32.89 | - |
| YUV | 48.25 | 189.94 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 158 | 0.99 | 0.68 | 0 | 0.38 | 220.89 | 0.99 | 0.31 |
| Hex | 1 | 33 | 9E | 63 | 44 | 0 | 26 | DD | 63 | 1F |
| Octal | 1 | 63 | 236 | 143 | 104 | 0 | 46 | 335 | 143 | 37 |
| Binary | 1 | 110011 | 10011110 | 1100011 | 1000100 | 0 | 100110 | 11011101 | 1100011 | 11111 |
Color Harmonies of #01339E
Complementary color
Monochromatic Colors of #01339E
Black with #01339E
Text Example
Text Example
White with #01339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01339E; }
p { color: rgb(1,51,158); }
H1.HeaderClassName
{
color: #01339E;
}
.AnyTagClassName
{
color: #01339E;
}
</style>
background-color css
<style>
a { background-color: #01339E; }
a { background-color: rgb(1,51,158); }
div.DivClassName
{
background-color: #01339E;
}
.BgClassName
{
background-color: #01339E;
}
</style>
border-color css
<style>
span { border-color: #01339E; }
span { border-color: rgb(1,51,158); }
td.TdClassName
{
border-color: #01339E;
}
.TagClassName
{
border-color: #01339E;
}
</style>