Shades of Smalt #012290
Tints of Smalt #012290
RGB
CMYK
RGB Variations
Color information
#012290 (or 0x012290) is known color: Smalt. HEX triplet: 01, 22 and 90. RGB value is (1,34,144). Sum of RGB (Red+Green+Blue) = 1+34+144=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 144 (56.64% from 255 or 80.45% from 179); Max value from RGB is 144 - color contains mainly: blue. Hex color #012290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012290 is #FEDD6F. Grayscale: #242424. Windows color (decimal): -16702832 or 9445889. OLE color: 9445889.
HSL color Cylindrical-coordinate representation of color #012290: hue angle of 226.15º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012290 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 34 | 144 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.44 |
| HSL | 226.15º | 0.99% | 0.28% | - |
| HSV(B) | 226.15º | 0.99% | 0.56% | - |
| XYZ | 5.62 | 3.16 | 26.7 | - |
| YUV | 36.67 | 188.57 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 144 | 0.99 | 0.76 | 0 | 0.44 | 226.15 | 0.99 | 0.28 |
| Hex | 1 | 22 | 90 | 63 | 4C | 0 | 2C | E2 | 63 | 1C |
| Octal | 1 | 42 | 220 | 143 | 114 | 0 | 54 | 342 | 143 | 34 |
| Binary | 1 | 100010 | 10010000 | 1100011 | 1001100 | 0 | 101100 | 11100010 | 1100011 | 11100 |
Color Harmonies of #012290
Complementary color
Monochromatic Colors of #012290
Black with #012290
Text Example
Text Example
White with #012290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012290; }
p { color: rgb(1,34,144); }
H1.HeaderClassName
{
color: #012290;
}
.AnyTagClassName
{
color: #012290;
}
</style>
background-color css
<style>
a { background-color: #012290; }
a { background-color: rgb(1,34,144); }
div.DivClassName
{
background-color: #012290;
}
.BgClassName
{
background-color: #012290;
}
</style>
border-color css
<style>
span { border-color: #012290; }
span { border-color: rgb(1,34,144); }
td.TdClassName
{
border-color: #012290;
}
.TagClassName
{
border-color: #012290;
}
</style>