Shades of Smalt #012593
Tints of Smalt #012593
RGB
CMYK
RGB Variations
Color information
#012593 (or 0x012593) is known color: Smalt. HEX triplet: 01, 25 and 93. RGB value is (1,37,147). Sum of RGB (Red+Green+Blue) = 1+37+147=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 147 (57.81% from 255 or 79.46% from 185); Max value from RGB is 147 - color contains mainly: blue. Hex color #012593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012593 is #FEDA6C. Grayscale: #262626. Windows color (decimal): -16702061 or 9643265. OLE color: 9643265.
HSL color Cylindrical-coordinate representation of color #012593: hue angle of 225.21º 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 #012593 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 37 | 147 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.42 |
| HSL | 225.21º | 0.99% | 0.29% | - |
| HSV(B) | 225.21º | 0.99% | 0.58% | - |
| XYZ | 5.94 | 3.44 | 27.95 | - |
| YUV | 38.78 | 189.07 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 147 | 0.99 | 0.75 | 0 | 0.42 | 225.21 | 0.99 | 0.29 |
| Hex | 1 | 25 | 93 | 63 | 4B | 0 | 2A | E1 | 63 | 1D |
| Octal | 1 | 45 | 223 | 143 | 113 | 0 | 52 | 341 | 143 | 35 |
| Binary | 1 | 100101 | 10010011 | 1100011 | 1001011 | 0 | 101010 | 11100001 | 1100011 | 11101 |
Color Harmonies of #012593
Complementary color
Monochromatic Colors of #012593
Black with #012593
Text Example
Text Example
White with #012593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012593; }
p { color: rgb(1,37,147); }
H1.HeaderClassName
{
color: #012593;
}
.AnyTagClassName
{
color: #012593;
}
</style>
background-color css
<style>
a { background-color: #012593; }
a { background-color: rgb(1,37,147); }
div.DivClassName
{
background-color: #012593;
}
.BgClassName
{
background-color: #012593;
}
</style>
border-color css
<style>
span { border-color: #012593; }
span { border-color: rgb(1,37,147); }
td.TdClassName
{
border-color: #012593;
}
.TagClassName
{
border-color: #012593;
}
</style>