Shades of Sapphire #092766
Tints of Sapphire #092766
RGB
CMYK
RGB Variations
Color information
#092766 (or 0x092766) is known color: Sapphire. HEX triplet: 09, 27 and 66. RGB value is (9,39,102). Sum of RGB (Red+Green+Blue) = 9+39+102=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #092766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092766 is #F6D899. Grayscale: #242424. Windows color (decimal): -16177306 or 6694665. OLE color: 6694665.
HSL color Cylindrical-coordinate representation of color #092766: hue angle of 220.65º 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 #092766 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 39 | 102 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.6 |
| HSL | 220.65º | 0.84% | 0.22% | - |
| HSV(B) | 220.65º | 0.91% | 0.4% | - |
| XYZ | 3.24 | 2.47 | 12.88 | - |
| YUV | 37.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 102 | 0.91 | 0.62 | 0 | 0.6 | 220.65 | 0.84 | 0.22 |
| Hex | 9 | 27 | 66 | 5B | 3E | 0 | 3C | DD | 54 | 16 |
| Octal | 11 | 47 | 146 | 133 | 76 | 0 | 74 | 335 | 124 | 26 |
| Binary | 1001 | 100111 | 1100110 | 1011011 | 111110 | 0 | 111100 | 11011101 | 1010100 | 10110 |
Color Harmonies of #092766
Complementary color
Monochromatic Colors of #092766
Black with #092766
Text Example
Text Example
White with #092766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092766; }
p { color: rgb(9,39,102); }
H1.HeaderClassName
{
color: #092766;
}
.AnyTagClassName
{
color: #092766;
}
</style>
background-color css
<style>
a { background-color: #092766; }
a { background-color: rgb(9,39,102); }
div.DivClassName
{
background-color: #092766;
}
.BgClassName
{
background-color: #092766;
}
</style>
border-color css
<style>
span { border-color: #092766; }
span { border-color: rgb(9,39,102); }
td.TdClassName
{
border-color: #092766;
}
.TagClassName
{
border-color: #092766;
}
</style>