Shades of Sapphire #09185F
Tints of Sapphire #09185F
RGB
CMYK
RGB Variations
Color information
#09185F (or 0x09185F) is known color: Sapphire. HEX triplet: 09, 18 and 5F. RGB value is (9,24,95). Sum of RGB (Red+Green+Blue) = 9+24+95=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 95 (37.5% from 255 or 74.22% from 128); Max value from RGB is 95 - color contains mainly: blue. Hex color #09185F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09185F is #F6E7A0. Grayscale: #1B1B1B. Windows color (decimal): -16181153 or 6232073. OLE color: 6232073.
HSL color Cylindrical-coordinate representation of color #09185F: hue angle of 229.53º 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 #09185F is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 24 | 95 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.63 |
| HSL | 229.53º | 0.83% | 0.2% | - |
| HSV(B) | 229.53º | 0.91% | 0.37% | - |
| XYZ | 2.5 | 1.54 | 10.99 | - |
| YUV | 27.61 | 166.03 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 95 | 0.91 | 0.75 | 0 | 0.63 | 229.53 | 0.83 | 0.2 |
| Hex | 9 | 18 | 5F | 5B | 4B | 0 | 3F | E6 | 53 | 14 |
| Octal | 11 | 30 | 137 | 133 | 113 | 0 | 77 | 346 | 123 | 24 |
| Binary | 1001 | 11000 | 1011111 | 1011011 | 1001011 | 0 | 111111 | 11100110 | 1010011 | 10100 |
Color Harmonies of #09185F
Complementary color
Monochromatic Colors of #09185F
Black with #09185F
Text Example
Text Example
White with #09185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09185F; }
p { color: rgb(9,24,95); }
H1.HeaderClassName
{
color: #09185F;
}
.AnyTagClassName
{
color: #09185F;
}
</style>
background-color css
<style>
a { background-color: #09185F; }
a { background-color: rgb(9,24,95); }
div.DivClassName
{
background-color: #09185F;
}
.BgClassName
{
background-color: #09185F;
}
</style>
border-color css
<style>
span { border-color: #09185F; }
span { border-color: rgb(9,24,95); }
td.TdClassName
{
border-color: #09185F;
}
.TagClassName
{
border-color: #09185F;
}
</style>