Shades of Sapphire #091563
Tints of Sapphire #091563
RGB
CMYK
RGB Variations
Color information
#091563 (or 0x091563) is known color: Sapphire. HEX triplet: 09, 15 and 63. RGB value is (9,21,99). Sum of RGB (Red+Green+Blue) = 9+21+99=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 99 (39.06% from 255 or 76.74% from 129); Max value from RGB is 99 - color contains mainly: blue. Hex color #091563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091563 is #F6EA9C. Grayscale: #191919. Windows color (decimal): -16181917 or 6493449. OLE color: 6493449.
HSL color Cylindrical-coordinate representation of color #091563: hue angle of 232º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091563 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 21 | 99 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.61 |
| HSL | 232º | 0.83% | 0.21% | - |
| HSV(B) | 232º | 0.91% | 0.39% | - |
| XYZ | 2.63 | 1.5 | 11.95 | - |
| YUV | 26.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 99 | 0.91 | 0.79 | 0 | 0.61 | 232 | 0.83 | 0.21 |
| Hex | 9 | 15 | 63 | 5B | 4F | 0 | 3D | E8 | 53 | 15 |
| Octal | 11 | 25 | 143 | 133 | 117 | 0 | 75 | 350 | 123 | 25 |
| Binary | 1001 | 10101 | 1100011 | 1011011 | 1001111 | 0 | 111101 | 11101000 | 1010011 | 10101 |
Color Harmonies of #091563
Complementary color
Monochromatic Colors of #091563
Black with #091563
Text Example
Text Example
White with #091563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091563; }
p { color: rgb(9,21,99); }
H1.HeaderClassName
{
color: #091563;
}
.AnyTagClassName
{
color: #091563;
}
</style>
background-color css
<style>
a { background-color: #091563; }
a { background-color: rgb(9,21,99); }
div.DivClassName
{
background-color: #091563;
}
.BgClassName
{
background-color: #091563;
}
</style>
border-color css
<style>
span { border-color: #091563; }
span { border-color: rgb(9,21,99); }
td.TdClassName
{
border-color: #091563;
}
.TagClassName
{
border-color: #091563;
}
</style>