Shades of Sapphire #092353
Tints of Sapphire #092353
RGB
CMYK
RGB Variations
Color information
#092353 (or 0x092353) is known color: Sapphire. HEX triplet: 09, 23 and 53. RGB value is (9,35,83). Sum of RGB (Red+Green+Blue) = 9+35+83=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #092353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092353 is #F6DCAC. Grayscale: #202020. Windows color (decimal): -16178349 or 5448457. OLE color: 5448457.
HSL color Cylindrical-coordinate representation of color #092353: hue angle of 218.92º degrees, saturation: 0.8, 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 #092353 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 35 | 83 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.67 |
| HSL | 218.92º | 0.8% | 0.18% | - |
| HSV(B) | 218.92º | 0.89% | 0.33% | - |
| XYZ | 2.28 | 1.88 | 8.43 | - |
| YUV | 32.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 83 | 0.89 | 0.58 | 0 | 0.67 | 218.92 | 0.8 | 0.18 |
| Hex | 9 | 23 | 53 | 59 | 3A | 0 | 43 | DB | 50 | 12 |
| Octal | 11 | 43 | 123 | 131 | 72 | 0 | 103 | 333 | 120 | 22 |
| Binary | 1001 | 100011 | 1010011 | 1011001 | 111010 | 0 | 1000011 | 11011011 | 1010000 | 10010 |
Color Harmonies of #092353
Complementary color
Monochromatic Colors of #092353
Black with #092353
Text Example
Text Example
White with #092353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092353; }
p { color: rgb(9,35,83); }
H1.HeaderClassName
{
color: #092353;
}
.AnyTagClassName
{
color: #092353;
}
</style>
background-color css
<style>
a { background-color: #092353; }
a { background-color: rgb(9,35,83); }
div.DivClassName
{
background-color: #092353;
}
.BgClassName
{
background-color: #092353;
}
</style>
border-color css
<style>
span { border-color: #092353; }
span { border-color: rgb(9,35,83); }
td.TdClassName
{
border-color: #092353;
}
.TagClassName
{
border-color: #092353;
}
</style>