Shades of Sapphire #09175F
Tints of Sapphire #09175F
RGB
CMYK
RGB Variations
Color information
#09175F (or 0x09175F) is known color: Sapphire. HEX triplet: 09, 17 and 5F. RGB value is (9,23,95). Sum of RGB (Red+Green+Blue) = 9+23+95=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 95 (37.5% from 255 or 74.80% from 127); Max value from RGB is 95 - color contains mainly: blue. Hex color #09175F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09175F is #F6E8A0. Grayscale: #1A1A1A. Windows color (decimal): -16181409 or 6231817. OLE color: 6231817.
HSL color Cylindrical-coordinate representation of color #09175F: hue angle of 230.23º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09175F is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 23 | 95 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.63 |
| HSL | 230.23º | 0.83% | 0.2% | - |
| HSV(B) | 230.23º | 0.91% | 0.37% | - |
| XYZ | 2.48 | 1.5 | 10.98 | - |
| YUV | 27.02 | 166.36 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 23 | 95 | 0.91 | 0.76 | 0 | 0.63 | 230.23 | 0.83 | 0.2 |
| Hex | 9 | 17 | 5F | 5B | 4C | 0 | 3F | E6 | 53 | 14 |
| Octal | 11 | 27 | 137 | 133 | 114 | 0 | 77 | 346 | 123 | 24 |
| Binary | 1001 | 10111 | 1011111 | 1011011 | 1001100 | 0 | 111111 | 11100110 | 1010011 | 10100 |
Color Harmonies of #09175F
Complementary color
Monochromatic Colors of #09175F
Black with #09175F
Text Example
Text Example
White with #09175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09175F; }
p { color: rgb(9,23,95); }
H1.HeaderClassName
{
color: #09175F;
}
.AnyTagClassName
{
color: #09175F;
}
</style>
background-color css
<style>
a { background-color: #09175F; }
a { background-color: rgb(9,23,95); }
div.DivClassName
{
background-color: #09175F;
}
.BgClassName
{
background-color: #09175F;
}
</style>
border-color css
<style>
span { border-color: #09175F; }
span { border-color: rgb(9,23,95); }
td.TdClassName
{
border-color: #09175F;
}
.TagClassName
{
border-color: #09175F;
}
</style>