Shades of Sapphire #091960
Tints of Sapphire #091960
RGB
CMYK
RGB Variations
Color information
#091960 (or 0x091960) is known color: Sapphire. HEX triplet: 09, 19 and 60. RGB value is (9,25,96). Sum of RGB (Red+Green+Blue) = 9+25+96=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 96 (37.89% from 255 or 73.85% from 130); Max value from RGB is 96 - color contains mainly: blue. Hex color #091960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091960 is #F6E69F. Grayscale: #1C1C1C. Windows color (decimal): -16180896 or 6297865. OLE color: 6297865.
HSL color Cylindrical-coordinate representation of color #091960: hue angle of 228.97º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091960 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 25 | 96 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.62 |
| HSL | 228.97º | 0.83% | 0.21% | - |
| HSV(B) | 228.97º | 0.91% | 0.38% | - |
| XYZ | 2.57 | 1.6 | 11.24 | - |
| YUV | 28.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 96 | 0.91 | 0.74 | 0 | 0.62 | 228.97 | 0.83 | 0.21 |
| Hex | 9 | 19 | 60 | 5B | 4A | 0 | 3E | E5 | 53 | 15 |
| Octal | 11 | 31 | 140 | 133 | 112 | 0 | 76 | 345 | 123 | 25 |
| Binary | 1001 | 11001 | 1100000 | 1011011 | 1001010 | 0 | 111110 | 11100101 | 1010011 | 10101 |
Color Harmonies of #091960
Complementary color
Monochromatic Colors of #091960
Black with #091960
Text Example
Text Example
White with #091960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091960; }
p { color: rgb(9,25,96); }
H1.HeaderClassName
{
color: #091960;
}
.AnyTagClassName
{
color: #091960;
}
</style>
background-color css
<style>
a { background-color: #091960; }
a { background-color: rgb(9,25,96); }
div.DivClassName
{
background-color: #091960;
}
.BgClassName
{
background-color: #091960;
}
</style>
border-color css
<style>
span { border-color: #091960; }
span { border-color: rgb(9,25,96); }
td.TdClassName
{
border-color: #091960;
}
.TagClassName
{
border-color: #091960;
}
</style>