Shades of Sapphire #092675
Tints of Sapphire #092675
RGB
CMYK
RGB Variations
Color information
#092675 (or 0x092675) is known color: Sapphire. HEX triplet: 09, 26 and 75. RGB value is (9,38,117). Sum of RGB (Red+Green+Blue) = 9+38+117=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #092675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092675 is #F6D98A. Grayscale: #252525. Windows color (decimal): -16177547 or 7677449. OLE color: 7677449.
HSL color Cylindrical-coordinate representation of color #092675: hue angle of 223.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092675 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 38 | 117 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.54 |
| HSL | 223.89º | 0.86% | 0.25% | - |
| HSV(B) | 223.89º | 0.92% | 0.46% | - |
| XYZ | 4.02 | 2.73 | 17.14 | - |
| YUV | 38.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 117 | 0.92 | 0.68 | 0 | 0.54 | 223.89 | 0.86 | 0.25 |
| Hex | 9 | 26 | 75 | 5C | 44 | 0 | 36 | E0 | 56 | 19 |
| Octal | 11 | 46 | 165 | 134 | 104 | 0 | 66 | 340 | 126 | 31 |
| Binary | 1001 | 100110 | 1110101 | 1011100 | 1000100 | 0 | 110110 | 11100000 | 1010110 | 11001 |
Color Harmonies of #092675
Complementary color
Monochromatic Colors of #092675
Black with #092675
Text Example
Text Example
White with #092675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092675; }
p { color: rgb(9,38,117); }
H1.HeaderClassName
{
color: #092675;
}
.AnyTagClassName
{
color: #092675;
}
</style>
background-color css
<style>
a { background-color: #092675; }
a { background-color: rgb(9,38,117); }
div.DivClassName
{
background-color: #092675;
}
.BgClassName
{
background-color: #092675;
}
</style>
border-color css
<style>
span { border-color: #092675; }
span { border-color: rgb(9,38,117); }
td.TdClassName
{
border-color: #092675;
}
.TagClassName
{
border-color: #092675;
}
</style>