Shades of Sapphire #092765
Tints of Sapphire #092765
RGB
CMYK
RGB Variations
Color information
#092765 (or 0x092765) is known color: Sapphire. HEX triplet: 09, 27 and 65. RGB value is (9,39,101). Sum of RGB (Red+Green+Blue) = 9+39+101=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 101 (39.84% from 255 or 67.79% from 149); Max value from RGB is 101 - color contains mainly: blue. Hex color #092765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092765 is #F6D89A. Grayscale: #242424. Windows color (decimal): -16177307 or 6629129. OLE color: 6629129.
HSL color Cylindrical-coordinate representation of color #092765: hue angle of 220.43º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092765 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 39 | 101 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.60 |
| HSL | 220.43º | 0.84% | 0.22% | - |
| HSV(B) | 220.43º | 0.91% | 0.4% | - |
| XYZ | 3.19 | 2.45 | 12.62 | - |
| YUV | 37.1 | 164.06 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 101 | 0.91 | 0.61 | 0 | 0.60 | 220.43 | 0.84 | 0.22 |
| Hex | 9 | 27 | 65 | 5B | 3D | 0 | 3C | DC | 54 | 16 |
| Octal | 11 | 47 | 145 | 133 | 75 | 0 | 74 | 334 | 124 | 26 |
| Binary | 1001 | 100111 | 1100101 | 1011011 | 111101 | 0 | 111100 | 11011100 | 1010100 | 10110 |
Color Harmonies of #092765
Complementary color
Monochromatic Colors of #092765
Black with #092765
Text Example
Text Example
White with #092765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092765; }
p { color: rgb(9,39,101); }
H1.HeaderClassName
{
color: #092765;
}
.AnyTagClassName
{
color: #092765;
}
</style>
background-color css
<style>
a { background-color: #092765; }
a { background-color: rgb(9,39,101); }
div.DivClassName
{
background-color: #092765;
}
.BgClassName
{
background-color: #092765;
}
</style>
border-color css
<style>
span { border-color: #092765; }
span { border-color: rgb(9,39,101); }
td.TdClassName
{
border-color: #092765;
}
.TagClassName
{
border-color: #092765;
}
</style>