Shades of Smalt #012495
Tints of Smalt #012495
RGB
CMYK
RGB Variations
Color information
#012495 (or 0x012495) is known color: Smalt. HEX triplet: 01, 24 and 95. RGB value is (1,36,149). Sum of RGB (Red+Green+Blue) = 1+36+149=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #012495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012495 is #FEDB6A. Grayscale: #252525. Windows color (decimal): -16702315 or 9774081. OLE color: 9774081.
HSL color Cylindrical-coordinate representation of color #012495: hue angle of 225.81º 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 #012495 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 36 | 149 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.42 |
| HSL | 225.81º | 0.99% | 0.29% | - |
| HSV(B) | 225.81º | 0.99% | 0.58% | - |
| XYZ | 6.07 | 3.44 | 28.78 | - |
| YUV | 38.42 | 190.4 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 149 | 0.99 | 0.76 | 0 | 0.42 | 225.81 | 0.99 | 0.29 |
| Hex | 1 | 24 | 95 | 63 | 4C | 0 | 2A | E2 | 63 | 1D |
| Octal | 1 | 44 | 225 | 143 | 114 | 0 | 52 | 342 | 143 | 35 |
| Binary | 1 | 100100 | 10010101 | 1100011 | 1001100 | 0 | 101010 | 11100010 | 1100011 | 11101 |
Color Harmonies of #012495
Complementary color
Monochromatic Colors of #012495
Black with #012495
Text Example
Text Example
White with #012495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012495; }
p { color: rgb(1,36,149); }
H1.HeaderClassName
{
color: #012495;
}
.AnyTagClassName
{
color: #012495;
}
</style>
background-color css
<style>
a { background-color: #012495; }
a { background-color: rgb(1,36,149); }
div.DivClassName
{
background-color: #012495;
}
.BgClassName
{
background-color: #012495;
}
</style>
border-color css
<style>
span { border-color: #012495; }
span { border-color: rgb(1,36,149); }
td.TdClassName
{
border-color: #012495;
}
.TagClassName
{
border-color: #012495;
}
</style>