Shades of Sapphire #092761
Tints of Sapphire #092761
RGB
CMYK
RGB Variations
Color information
#092761 (or 0x092761) is known color: Sapphire. HEX triplet: 09, 27 and 61. RGB value is (9,39,97). Sum of RGB (Red+Green+Blue) = 9+39+97=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #092761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092761 is #F6D89E. Grayscale: #242424. Windows color (decimal): -16177311 or 6366985. OLE color: 6366985.
HSL color Cylindrical-coordinate representation of color #092761: hue angle of 219.55º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092761 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 39 | 97 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.62 |
| HSL | 219.55º | 0.83% | 0.21% | - |
| HSV(B) | 219.55º | 0.91% | 0.38% | - |
| XYZ | 3 | 2.37 | 11.61 | - |
| YUV | 36.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 97 | 0.91 | 0.60 | 0 | 0.62 | 219.55 | 0.83 | 0.21 |
| Hex | 9 | 27 | 61 | 5B | 3C | 0 | 3E | DC | 53 | 15 |
| Octal | 11 | 47 | 141 | 133 | 74 | 0 | 76 | 334 | 123 | 25 |
| Binary | 1001 | 100111 | 1100001 | 1011011 | 111100 | 0 | 111110 | 11011100 | 1010011 | 10101 |
Color Harmonies of #092761
Complementary color
Monochromatic Colors of #092761
Black with #092761
Text Example
Text Example
White with #092761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092761; }
p { color: rgb(9,39,97); }
H1.HeaderClassName
{
color: #092761;
}
.AnyTagClassName
{
color: #092761;
}
</style>
background-color css
<style>
a { background-color: #092761; }
a { background-color: rgb(9,39,97); }
div.DivClassName
{
background-color: #092761;
}
.BgClassName
{
background-color: #092761;
}
</style>
border-color css
<style>
span { border-color: #092761; }
span { border-color: rgb(9,39,97); }
td.TdClassName
{
border-color: #092761;
}
.TagClassName
{
border-color: #092761;
}
</style>