Shades of Smalt #012491
Tints of Smalt #012491
RGB
CMYK
RGB Variations
Color information
#012491 (or 0x012491) is known color: Smalt. HEX triplet: 01, 24 and 91. RGB value is (1,36,145). Sum of RGB (Red+Green+Blue) = 1+36+145=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 145 (57.03% from 255 or 79.67% from 182); Max value from RGB is 145 - color contains mainly: blue. Hex color #012491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012491 is #FEDB6E. Grayscale: #252525. Windows color (decimal): -16702319 or 9511937. OLE color: 9511937.
HSL color Cylindrical-coordinate representation of color #012491: hue angle of 225.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012491 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 36 | 145 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.43 |
| HSL | 225.42º | 0.99% | 0.29% | - |
| HSV(B) | 225.42º | 0.99% | 0.57% | - |
| XYZ | 5.75 | 3.31 | 27.12 | - |
| YUV | 37.96 | 188.4 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 145 | 0.99 | 0.75 | 0 | 0.43 | 225.42 | 0.99 | 0.29 |
| Hex | 1 | 24 | 91 | 63 | 4B | 0 | 2B | E1 | 63 | 1D |
| Octal | 1 | 44 | 221 | 143 | 113 | 0 | 53 | 341 | 143 | 35 |
| Binary | 1 | 100100 | 10010001 | 1100011 | 1001011 | 0 | 101011 | 11100001 | 1100011 | 11101 |
Color Harmonies of #012491
Complementary color
Monochromatic Colors of #012491
Black with #012491
Text Example
Text Example
White with #012491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012491; }
p { color: rgb(1,36,145); }
H1.HeaderClassName
{
color: #012491;
}
.AnyTagClassName
{
color: #012491;
}
</style>
background-color css
<style>
a { background-color: #012491; }
a { background-color: rgb(1,36,145); }
div.DivClassName
{
background-color: #012491;
}
.BgClassName
{
background-color: #012491;
}
</style>
border-color css
<style>
span { border-color: #012491; }
span { border-color: rgb(1,36,145); }
td.TdClassName
{
border-color: #012491;
}
.TagClassName
{
border-color: #012491;
}
</style>