Shades of Smalt #091F91
Tints of Smalt #091F91
RGB
CMYK
RGB Variations
Color information
#091F91 (or 0x091F91) is known color: Smalt. HEX triplet: 09, 1F and 91. RGB value is (9,31,145). Sum of RGB (Red+Green+Blue) = 9+31+145=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 145 (57.03% from 255 or 78.38% from 185); Max value from RGB is 145 - color contains mainly: blue. Hex color #091F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091F91 is #F6E06E. Grayscale: #242424. Windows color (decimal): -16179311 or 9510665. OLE color: 9510665.
HSL color Cylindrical-coordinate representation of color #091F91: hue angle of 230.29º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091F91 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 31 | 145 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.43 |
| HSL | 230.29º | 0.88% | 0.3% | - |
| HSV(B) | 230.29º | 0.94% | 0.57% | - |
| XYZ | 5.71 | 3.08 | 27.08 | - |
| YUV | 37.42 | 188.71 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 145 | 0.94 | 0.79 | 0 | 0.43 | 230.29 | 0.88 | 0.3 |
| Hex | 9 | 1F | 91 | 5E | 4F | 0 | 2B | E6 | 58 | 1E |
| Octal | 11 | 37 | 221 | 136 | 117 | 0 | 53 | 346 | 130 | 36 |
| Binary | 1001 | 11111 | 10010001 | 1011110 | 1001111 | 0 | 101011 | 11100110 | 1011000 | 11110 |
Color Harmonies of #091F91
Complementary color
Monochromatic Colors of #091F91
Black with #091F91
Text Example
Text Example
White with #091F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F91; }
p { color: rgb(9,31,145); }
H1.HeaderClassName
{
color: #091F91;
}
.AnyTagClassName
{
color: #091F91;
}
</style>
background-color css
<style>
a { background-color: #091F91; }
a { background-color: rgb(9,31,145); }
div.DivClassName
{
background-color: #091F91;
}
.BgClassName
{
background-color: #091F91;
}
</style>
border-color css
<style>
span { border-color: #091F91; }
span { border-color: rgb(9,31,145); }
td.TdClassName
{
border-color: #091F91;
}
.TagClassName
{
border-color: #091F91;
}
</style>