Shades of Sapphire #09185E
Tints of Sapphire #09185E
RGB
CMYK
RGB Variations
Color information
#09185E (or 0x09185E) is known color: Sapphire. HEX triplet: 09, 18 and 5E. RGB value is (9,24,94). Sum of RGB (Red+Green+Blue) = 9+24+94=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 94 (37.11% from 255 or 74.02% from 127); Max value from RGB is 94 - color contains mainly: blue. Hex color #09185E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09185E is #F6E7A1. Grayscale: #1B1B1B. Windows color (decimal): -16181154 or 6166537. OLE color: 6166537.
HSL color Cylindrical-coordinate representation of color #09185E: hue angle of 229.41º 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 #09185E is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 24 | 94 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.63 |
| HSL | 229.41º | 0.83% | 0.2% | - |
| HSV(B) | 229.41º | 0.9% | 0.37% | - |
| XYZ | 2.46 | 1.52 | 10.75 | - |
| YUV | 27.5 | 165.53 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 94 | 0.90 | 0.74 | 0 | 0.63 | 229.41 | 0.83 | 0.2 |
| Hex | 9 | 18 | 5E | 5A | 4A | 0 | 3F | E5 | 53 | 14 |
| Octal | 11 | 30 | 136 | 132 | 112 | 0 | 77 | 345 | 123 | 24 |
| Binary | 1001 | 11000 | 1011110 | 1011010 | 1001010 | 0 | 111111 | 11100101 | 1010011 | 10100 |
Color Harmonies of #09185E
Complementary color
Monochromatic Colors of #09185E
Black with #09185E
Text Example
Text Example
White with #09185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09185E; }
p { color: rgb(9,24,94); }
H1.HeaderClassName
{
color: #09185E;
}
.AnyTagClassName
{
color: #09185E;
}
</style>
background-color css
<style>
a { background-color: #09185E; }
a { background-color: rgb(9,24,94); }
div.DivClassName
{
background-color: #09185E;
}
.BgClassName
{
background-color: #09185E;
}
</style>
border-color css
<style>
span { border-color: #09185E; }
span { border-color: rgb(9,24,94); }
td.TdClassName
{
border-color: #09185E;
}
.TagClassName
{
border-color: #09185E;
}
</style>