Shades of Smalt #012C95
Tints of Smalt #012C95
RGB
CMYK
RGB Variations
Color information
#012C95 (or 0x012C95) is known color: Smalt. HEX triplet: 01, 2C and 95. RGB value is (1,44,149). Sum of RGB (Red+Green+Blue) = 1+44+149=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #012C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012C95 is #FED36A. Grayscale: #2A2A2A. Windows color (decimal): -16700267 or 9776129. OLE color: 9776129.
HSL color Cylindrical-coordinate representation of color #012C95: hue angle of 222.57º 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 #012C95 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 44 | 149 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.42 |
| HSL | 222.57º | 0.99% | 0.29% | - |
| HSV(B) | 222.57º | 0.99% | 0.58% | - |
| XYZ | 6.34 | 3.98 | 28.87 | - |
| YUV | 43.11 | 187.75 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 149 | 0.99 | 0.70 | 0 | 0.42 | 222.57 | 0.99 | 0.29 |
| Hex | 1 | 2C | 95 | 63 | 46 | 0 | 2A | DF | 63 | 1D |
| Octal | 1 | 54 | 225 | 143 | 106 | 0 | 52 | 337 | 143 | 35 |
| Binary | 1 | 101100 | 10010101 | 1100011 | 1000110 | 0 | 101010 | 11011111 | 1100011 | 11101 |
Color Harmonies of #012C95
Complementary color
Monochromatic Colors of #012C95
Black with #012C95
Text Example
Text Example
White with #012C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C95; }
p { color: rgb(1,44,149); }
H1.HeaderClassName
{
color: #012C95;
}
.AnyTagClassName
{
color: #012C95;
}
</style>
background-color css
<style>
a { background-color: #012C95; }
a { background-color: rgb(1,44,149); }
div.DivClassName
{
background-color: #012C95;
}
.BgClassName
{
background-color: #012C95;
}
</style>
border-color css
<style>
span { border-color: #012C95; }
span { border-color: rgb(1,44,149); }
td.TdClassName
{
border-color: #012C95;
}
.TagClassName
{
border-color: #012C95;
}
</style>