Shades of Sapphire #091963
Tints of Sapphire #091963
RGB
CMYK
RGB Variations
Color information
#091963 (or 0x091963) is known color: Sapphire. HEX triplet: 09, 19 and 63. RGB value is (9,25,99). Sum of RGB (Red+Green+Blue) = 9+25+99=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 99 (39.06% from 255 or 74.44% from 133); Max value from RGB is 99 - color contains mainly: blue. Hex color #091963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091963 is #F6E69C. Grayscale: #1C1C1C. Windows color (decimal): -16180893 or 6494473. OLE color: 6494473.
HSL color Cylindrical-coordinate representation of color #091963: hue angle of 229.33º 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 #091963 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 25 | 99 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.61 |
| HSL | 229.33º | 0.83% | 0.21% | - |
| HSV(B) | 229.33º | 0.91% | 0.39% | - |
| XYZ | 2.71 | 1.65 | 11.98 | - |
| YUV | 28.65 | 167.7 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 99 | 0.91 | 0.75 | 0 | 0.61 | 229.33 | 0.83 | 0.21 |
| Hex | 9 | 19 | 63 | 5B | 4B | 0 | 3D | E5 | 53 | 15 |
| Octal | 11 | 31 | 143 | 133 | 113 | 0 | 75 | 345 | 123 | 25 |
| Binary | 1001 | 11001 | 1100011 | 1011011 | 1001011 | 0 | 111101 | 11100101 | 1010011 | 10101 |
Color Harmonies of #091963
Complementary color
Monochromatic Colors of #091963
Black with #091963
Text Example
Text Example
White with #091963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091963; }
p { color: rgb(9,25,99); }
H1.HeaderClassName
{
color: #091963;
}
.AnyTagClassName
{
color: #091963;
}
</style>
background-color css
<style>
a { background-color: #091963; }
a { background-color: rgb(9,25,99); }
div.DivClassName
{
background-color: #091963;
}
.BgClassName
{
background-color: #091963;
}
</style>
border-color css
<style>
span { border-color: #091963; }
span { border-color: rgb(9,25,99); }
td.TdClassName
{
border-color: #091963;
}
.TagClassName
{
border-color: #091963;
}
</style>