Shades of Sapphire #092754
Tints of Sapphire #092754
RGB
CMYK
RGB Variations
Color information
#092754 (or 0x092754) is known color: Sapphire. HEX triplet: 09, 27 and 54. RGB value is (9,39,84). Sum of RGB (Red+Green+Blue) = 9+39+84=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #092754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092754 is #F6D8AB. Grayscale: #222222. Windows color (decimal): -16177324 or 5515017. OLE color: 5515017.
HSL color Cylindrical-coordinate representation of color #092754: hue angle of 216º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092754 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 39 | 84 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.67 |
| HSL | 216º | 0.81% | 0.18% | - |
| HSV(B) | 216º | 0.89% | 0.33% | - |
| XYZ | 2.44 | 2.15 | 8.67 | - |
| YUV | 35.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 84 | 0.89 | 0.54 | 0 | 0.67 | 216 | 0.81 | 0.18 |
| Hex | 9 | 27 | 54 | 59 | 36 | 0 | 43 | D8 | 51 | 12 |
| Octal | 11 | 47 | 124 | 131 | 66 | 0 | 103 | 330 | 121 | 22 |
| Binary | 1001 | 100111 | 1010100 | 1011001 | 110110 | 0 | 1000011 | 11011000 | 1010001 | 10010 |
Color Harmonies of #092754
Complementary color
Monochromatic Colors of #092754
Black with #092754
Text Example
Text Example
White with #092754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092754; }
p { color: rgb(9,39,84); }
H1.HeaderClassName
{
color: #092754;
}
.AnyTagClassName
{
color: #092754;
}
</style>
background-color css
<style>
a { background-color: #092754; }
a { background-color: rgb(9,39,84); }
div.DivClassName
{
background-color: #092754;
}
.BgClassName
{
background-color: #092754;
}
</style>
border-color css
<style>
span { border-color: #092754; }
span { border-color: rgb(9,39,84); }
td.TdClassName
{
border-color: #092754;
}
.TagClassName
{
border-color: #092754;
}
</style>