Shades of Smalt #013389
Tints of Smalt #013389
RGB
CMYK
RGB Variations
Color information
#013389 (or 0x013389) is known color: Smalt. HEX triplet: 01, 33 and 89. RGB value is (1,51,137). Sum of RGB (Red+Green+Blue) = 1+51+137=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 137 (53.91% from 255 or 72.49% from 189); Max value from RGB is 137 - color contains mainly: blue. Hex color #013389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013389 is #FECC76. Grayscale: #2D2D2D. Windows color (decimal): -16698487 or 8991489. OLE color: 8991489.
HSL color Cylindrical-coordinate representation of color #013389: hue angle of 217.94º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013389 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 51 | 137 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.46 |
| HSL | 217.94º | 0.99% | 0.27% | - |
| HSV(B) | 217.94º | 0.99% | 0.54% | - |
| XYZ | 5.71 | 4.18 | 24.17 | - |
| YUV | 45.85 | 179.44 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 137 | 0.99 | 0.63 | 0 | 0.46 | 217.94 | 0.99 | 0.27 |
| Hex | 1 | 33 | 89 | 63 | 3F | 0 | 2E | DA | 63 | 1B |
| Octal | 1 | 63 | 211 | 143 | 77 | 0 | 56 | 332 | 143 | 33 |
| Binary | 1 | 110011 | 10001001 | 1100011 | 111111 | 0 | 101110 | 11011010 | 1100011 | 11011 |
Color Harmonies of #013389
Complementary color
Monochromatic Colors of #013389
Black with #013389
Text Example
Text Example
White with #013389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013389; }
p { color: rgb(1,51,137); }
H1.HeaderClassName
{
color: #013389;
}
.AnyTagClassName
{
color: #013389;
}
</style>
background-color css
<style>
a { background-color: #013389; }
a { background-color: rgb(1,51,137); }
div.DivClassName
{
background-color: #013389;
}
.BgClassName
{
background-color: #013389;
}
</style>
border-color css
<style>
span { border-color: #013389; }
span { border-color: rgb(1,51,137); }
td.TdClassName
{
border-color: #013389;
}
.TagClassName
{
border-color: #013389;
}
</style>