Shades of Smalt #001A91
Tints of Smalt #001A91
RGB
CMYK
RGB Variations
Color information
#001A91 (or 0x001A91) is known color: Smalt. HEX triplet: 00, 1A and 91. RGB value is (0,26,145). Sum of RGB (Red+Green+Blue) = 0+26+145=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 145 (57.03% from 255 or 84.80% from 171); Max value from RGB is 145 - color contains mainly: blue. Hex color #001A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001A91 is #FFE56E. Grayscale: #1F1F1F. Windows color (decimal): -16770415 or 9509376. OLE color: 9509376.
HSL color Cylindrical-coordinate representation of color #001A91: hue angle of 229.24º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A91 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 26 | 145 | - |
| CMYK | 1 | 0.82 | 0 | 0.43 |
| HSL | 229.24º | 1% | 0.28% | - |
| HSV(B) | 229.24º | 1% | 0.57% | - |
| XYZ | 5.48 | 2.78 | 27.04 | - |
| YUV | 31.79 | 191.89 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 145 | 1 | 0.82 | 0 | 0.43 | 229.24 | 1 | 0.28 |
| Hex | 0 | 1A | 91 | 64 | 52 | 0 | 2B | E5 | 64 | 1C |
| Octal | 0 | 32 | 221 | 144 | 122 | 0 | 53 | 345 | 144 | 34 |
| Binary | 0 | 11010 | 10010001 | 1100100 | 1010010 | 0 | 101011 | 11100101 | 1100100 | 11100 |
Color Harmonies of #001A91
Complementary color
Monochromatic Colors of #001A91
Black with #001A91
Text Example
Text Example
White with #001A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A91; }
p { color: rgb(0,26,145); }
H1.HeaderClassName
{
color: #001A91;
}
.AnyTagClassName
{
color: #001A91;
}
</style>
background-color css
<style>
a { background-color: #001A91; }
a { background-color: rgb(0,26,145); }
div.DivClassName
{
background-color: #001A91;
}
.BgClassName
{
background-color: #001A91;
}
</style>
border-color css
<style>
span { border-color: #001A91; }
span { border-color: rgb(0,26,145); }
td.TdClassName
{
border-color: #001A91;
}
.TagClassName
{
border-color: #001A91;
}
</style>