Shades of Sapphire #09184F
Tints of Sapphire #09184F
RGB
CMYK
RGB Variations
Color information
#09184F (or 0x09184F) is known color: Sapphire. HEX triplet: 09, 18 and 4F. RGB value is (9,24,79). Sum of RGB (Red+Green+Blue) = 9+24+79=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 79 (31.25% from 255 or 70.54% from 112); Max value from RGB is 79 - color contains mainly: blue. Hex color #09184F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09184F is #F6E7B0. Grayscale: #191919. Windows color (decimal): -16181169 or 5183497. OLE color: 5183497.
HSL color Cylindrical-coordinate representation of color #09184F: hue angle of 227.14º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09184F is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 24 | 79 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.69 |
| HSL | 227.14º | 0.8% | 0.17% | - |
| HSV(B) | 227.14º | 0.89% | 0.31% | - |
| XYZ | 1.85 | 1.28 | 7.55 | - |
| YUV | 25.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 79 | 0.89 | 0.70 | 0 | 0.69 | 227.14 | 0.8 | 0.17 |
| Hex | 9 | 18 | 4F | 59 | 46 | 0 | 45 | E3 | 50 | 11 |
| Octal | 11 | 30 | 117 | 131 | 106 | 0 | 105 | 343 | 120 | 21 |
| Binary | 1001 | 11000 | 1001111 | 1011001 | 1000110 | 0 | 1000101 | 11100011 | 1010000 | 10001 |
Color Harmonies of #09184F
Complementary color
Monochromatic Colors of #09184F
Black with #09184F
Text Example
Text Example
White with #09184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09184F; }
p { color: rgb(9,24,79); }
H1.HeaderClassName
{
color: #09184F;
}
.AnyTagClassName
{
color: #09184F;
}
</style>
background-color css
<style>
a { background-color: #09184F; }
a { background-color: rgb(9,24,79); }
div.DivClassName
{
background-color: #09184F;
}
.BgClassName
{
background-color: #09184F;
}
</style>
border-color css
<style>
span { border-color: #09184F; }
span { border-color: rgb(9,24,79); }
td.TdClassName
{
border-color: #09184F;
}
.TagClassName
{
border-color: #09184F;
}
</style>