Shades of Smalt #002491
Tints of Smalt #002491
RGB
CMYK
RGB Variations
Color information
#002491 (or 0x002491) is known color: Smalt. HEX triplet: 00, 24 and 91. RGB value is (0,36,145). Sum of RGB (Red+Green+Blue) = 0+36+145=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 145 (57.03% from 255 or 80.11% from 181); Max value from RGB is 145 - color contains mainly: blue. Hex color #002491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002491 is #FFDB6E. Grayscale: #252525. Windows color (decimal): -16767855 or 9511936. OLE color: 9511936.
HSL color Cylindrical-coordinate representation of color #002491: hue angle of 225.1º 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 #002491 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 36 | 145 | - |
| CMYK | 1 | 0.75 | 0 | 0.43 |
| HSL | 225.1º | 1% | 0.28% | - |
| HSV(B) | 225.1º | 1% | 0.57% | - |
| XYZ | 5.74 | 3.31 | 27.12 | - |
| YUV | 37.66 | 188.57 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 145 | 1 | 0.75 | 0 | 0.43 | 225.1 | 1 | 0.28 |
| Hex | 0 | 24 | 91 | 64 | 4B | 0 | 2B | E1 | 64 | 1C |
| Octal | 0 | 44 | 221 | 144 | 113 | 0 | 53 | 341 | 144 | 34 |
| Binary | 0 | 100100 | 10010001 | 1100100 | 1001011 | 0 | 101011 | 11100001 | 1100100 | 11100 |
Color Harmonies of #002491
Complementary color
Monochromatic Colors of #002491
Black with #002491
Text Example
Text Example
White with #002491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002491; }
p { color: rgb(0,36,145); }
H1.HeaderClassName
{
color: #002491;
}
.AnyTagClassName
{
color: #002491;
}
</style>
background-color css
<style>
a { background-color: #002491; }
a { background-color: rgb(0,36,145); }
div.DivClassName
{
background-color: #002491;
}
.BgClassName
{
background-color: #002491;
}
</style>
border-color css
<style>
span { border-color: #002491; }
span { border-color: rgb(0,36,145); }
td.TdClassName
{
border-color: #002491;
}
.TagClassName
{
border-color: #002491;
}
</style>