Shades of Sapphire #092875
Tints of Sapphire #092875
RGB
CMYK
RGB Variations
Color information
#092875 (or 0x092875) is known color: Sapphire. HEX triplet: 09, 28 and 75. RGB value is (9,40,117). Sum of RGB (Red+Green+Blue) = 9+40+117=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #092875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092875 is #F6D78A. Grayscale: #272727. Windows color (decimal): -16177035 or 7677961. OLE color: 7677961.
HSL color Cylindrical-coordinate representation of color #092875: hue angle of 222.78º 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 #092875 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 40 | 117 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.54 |
| HSL | 222.78º | 0.86% | 0.25% | - |
| HSV(B) | 222.78º | 0.92% | 0.46% | - |
| XYZ | 4.08 | 2.86 | 17.17 | - |
| YUV | 39.51 | 171.73 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 117 | 0.92 | 0.66 | 0 | 0.54 | 222.78 | 0.86 | 0.25 |
| Hex | 9 | 28 | 75 | 5C | 42 | 0 | 36 | DF | 56 | 19 |
| Octal | 11 | 50 | 165 | 134 | 102 | 0 | 66 | 337 | 126 | 31 |
| Binary | 1001 | 101000 | 1110101 | 1011100 | 1000010 | 0 | 110110 | 11011111 | 1010110 | 11001 |
Color Harmonies of #092875
Complementary color
Monochromatic Colors of #092875
Black with #092875
Text Example
Text Example
White with #092875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092875; }
p { color: rgb(9,40,117); }
H1.HeaderClassName
{
color: #092875;
}
.AnyTagClassName
{
color: #092875;
}
</style>
background-color css
<style>
a { background-color: #092875; }
a { background-color: rgb(9,40,117); }
div.DivClassName
{
background-color: #092875;
}
.BgClassName
{
background-color: #092875;
}
</style>
border-color css
<style>
span { border-color: #092875; }
span { border-color: rgb(9,40,117); }
td.TdClassName
{
border-color: #092875;
}
.TagClassName
{
border-color: #092875;
}
</style>