Shades of Sapphire #092854
Tints of Sapphire #092854
RGB
CMYK
RGB Variations
Color information
#092854 (or 0x092854) is known color: Sapphire. HEX triplet: 09, 28 and 54. RGB value is (9,40,84). Sum of RGB (Red+Green+Blue) = 9+40+84=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 84 (33.20% from 255 or 63.16% from 133); Max value from RGB is 84 - color contains mainly: blue. Hex color #092854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092854 is #F6D7AB. Grayscale: #232323. Windows color (decimal): -16177068 or 5515273. OLE color: 5515273.
HSL color Cylindrical-coordinate representation of color #092854: hue angle of 215.2º 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 #092854 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 40 | 84 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.67 |
| HSL | 215.2º | 0.81% | 0.18% | - |
| HSV(B) | 215.2º | 0.89% | 0.33% | - |
| XYZ | 2.47 | 2.22 | 8.68 | - |
| YUV | 35.75 | 155.23 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 84 | 0.89 | 0.52 | 0 | 0.67 | 215.2 | 0.81 | 0.18 |
| Hex | 9 | 28 | 54 | 59 | 34 | 0 | 43 | D7 | 51 | 12 |
| Octal | 11 | 50 | 124 | 131 | 64 | 0 | 103 | 327 | 121 | 22 |
| Binary | 1001 | 101000 | 1010100 | 1011001 | 110100 | 0 | 1000011 | 11010111 | 1010001 | 10010 |
Color Harmonies of #092854
Complementary color
Monochromatic Colors of #092854
Black with #092854
Text Example
Text Example
White with #092854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092854; }
p { color: rgb(9,40,84); }
H1.HeaderClassName
{
color: #092854;
}
.AnyTagClassName
{
color: #092854;
}
</style>
background-color css
<style>
a { background-color: #092854; }
a { background-color: rgb(9,40,84); }
div.DivClassName
{
background-color: #092854;
}
.BgClassName
{
background-color: #092854;
}
</style>
border-color css
<style>
span { border-color: #092854; }
span { border-color: rgb(9,40,84); }
td.TdClassName
{
border-color: #092854;
}
.TagClassName
{
border-color: #092854;
}
</style>