Shades of Sapphire #09175D
Tints of Sapphire #09175D
RGB
CMYK
RGB Variations
Color information
#09175D (or 0x09175D) is known color: Sapphire. HEX triplet: 09, 17 and 5D. RGB value is (9,23,93). Sum of RGB (Red+Green+Blue) = 9+23+93=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 93 (36.72% from 255 or 74.4% from 125); Max value from RGB is 93 - color contains mainly: blue. Hex color #09175D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09175D is #F6E8A2. Grayscale: #1A1A1A. Windows color (decimal): -16181411 or 6100745. OLE color: 6100745.
HSL color Cylindrical-coordinate representation of color #09175D: hue angle of 230º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09175D is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 23 | 93 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.64 |
| HSL | 230º | 0.82% | 0.2% | - |
| HSV(B) | 230º | 0.9% | 0.36% | - |
| XYZ | 2.39 | 1.46 | 10.51 | - |
| YUV | 26.79 | 165.36 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 23 | 93 | 0.90 | 0.75 | 0 | 0.64 | 230 | 0.82 | 0.2 |
| Hex | 9 | 17 | 5D | 5A | 4B | 0 | 40 | E6 | 52 | 14 |
| Octal | 11 | 27 | 135 | 132 | 113 | 0 | 100 | 346 | 122 | 24 |
| Binary | 1001 | 10111 | 1011101 | 1011010 | 1001011 | 0 | 1000000 | 11100110 | 1010010 | 10100 |
Color Harmonies of #09175D
Complementary color
Monochromatic Colors of #09175D
Black with #09175D
Text Example
Text Example
White with #09175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09175D; }
p { color: rgb(9,23,93); }
H1.HeaderClassName
{
color: #09175D;
}
.AnyTagClassName
{
color: #09175D;
}
</style>
background-color css
<style>
a { background-color: #09175D; }
a { background-color: rgb(9,23,93); }
div.DivClassName
{
background-color: #09175D;
}
.BgClassName
{
background-color: #09175D;
}
</style>
border-color css
<style>
span { border-color: #09175D; }
span { border-color: rgb(9,23,93); }
td.TdClassName
{
border-color: #09175D;
}
.TagClassName
{
border-color: #09175D;
}
</style>