Shades of Sapphire #09175E
Tints of Sapphire #09175E
RGB
CMYK
RGB Variations
Color information
#09175E (or 0x09175E) is known color: Sapphire. HEX triplet: 09, 17 and 5E. RGB value is (9,23,94). Sum of RGB (Red+Green+Blue) = 9+23+94=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 94 (37.11% from 255 or 74.60% from 126); Max value from RGB is 94 - color contains mainly: blue. Hex color #09175E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09175E is #F6E8A1. Grayscale: #1A1A1A. Windows color (decimal): -16181410 or 6166281. OLE color: 6166281.
HSL color Cylindrical-coordinate representation of color #09175E: hue angle of 230.12º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09175E is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 23 | 94 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.63 |
| HSL | 230.12º | 0.83% | 0.2% | - |
| HSV(B) | 230.12º | 0.9% | 0.37% | - |
| XYZ | 2.44 | 1.48 | 10.75 | - |
| YUV | 26.91 | 165.86 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 23 | 94 | 0.90 | 0.76 | 0 | 0.63 | 230.12 | 0.83 | 0.2 |
| Hex | 9 | 17 | 5E | 5A | 4C | 0 | 3F | E6 | 53 | 14 |
| Octal | 11 | 27 | 136 | 132 | 114 | 0 | 77 | 346 | 123 | 24 |
| Binary | 1001 | 10111 | 1011110 | 1011010 | 1001100 | 0 | 111111 | 11100110 | 1010011 | 10100 |
Color Harmonies of #09175E
Complementary color
Monochromatic Colors of #09175E
Black with #09175E
Text Example
Text Example
White with #09175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09175E; }
p { color: rgb(9,23,94); }
H1.HeaderClassName
{
color: #09175E;
}
.AnyTagClassName
{
color: #09175E;
}
</style>
background-color css
<style>
a { background-color: #09175E; }
a { background-color: rgb(9,23,94); }
div.DivClassName
{
background-color: #09175E;
}
.BgClassName
{
background-color: #09175E;
}
</style>
border-color css
<style>
span { border-color: #09175E; }
span { border-color: rgb(9,23,94); }
td.TdClassName
{
border-color: #09175E;
}
.TagClassName
{
border-color: #09175E;
}
</style>