Shades of Smalt #012795
Tints of Smalt #012795
RGB
CMYK
RGB Variations
Color information
#012795 (or 0x012795) is known color: Smalt. HEX triplet: 01, 27 and 95. RGB value is (1,39,149). Sum of RGB (Red+Green+Blue) = 1+39+149=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 149 (58.59% from 255 or 78.84% from 189); Max value from RGB is 149 - color contains mainly: blue. Hex color #012795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012795 is #FED86A. Grayscale: #272727. Windows color (decimal): -16701547 or 9774849. OLE color: 9774849.
HSL color Cylindrical-coordinate representation of color #012795: hue angle of 224.59º 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 #012795 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 39 | 149 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.42 |
| HSL | 224.59º | 0.99% | 0.29% | - |
| HSV(B) | 224.59º | 0.99% | 0.58% | - |
| XYZ | 6.16 | 3.63 | 28.81 | - |
| YUV | 40.18 | 189.41 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 149 | 0.99 | 0.74 | 0 | 0.42 | 224.59 | 0.99 | 0.29 |
| Hex | 1 | 27 | 95 | 63 | 4A | 0 | 2A | E1 | 63 | 1D |
| Octal | 1 | 47 | 225 | 143 | 112 | 0 | 52 | 341 | 143 | 35 |
| Binary | 1 | 100111 | 10010101 | 1100011 | 1001010 | 0 | 101010 | 11100001 | 1100011 | 11101 |
Color Harmonies of #012795
Complementary color
Monochromatic Colors of #012795
Black with #012795
Text Example
Text Example
White with #012795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012795; }
p { color: rgb(1,39,149); }
H1.HeaderClassName
{
color: #012795;
}
.AnyTagClassName
{
color: #012795;
}
</style>
background-color css
<style>
a { background-color: #012795; }
a { background-color: rgb(1,39,149); }
div.DivClassName
{
background-color: #012795;
}
.BgClassName
{
background-color: #012795;
}
</style>
border-color css
<style>
span { border-color: #012795; }
span { border-color: rgb(1,39,149); }
td.TdClassName
{
border-color: #012795;
}
.TagClassName
{
border-color: #012795;
}
</style>