Shades of Sapphire #092355
Tints of Sapphire #092355
RGB
CMYK
RGB Variations
Color information
#092355 (or 0x092355) is known color: Sapphire. HEX triplet: 09, 23 and 55. RGB value is (9,35,85). Sum of RGB (Red+Green+Blue) = 9+35+85=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 85 (33.59% from 255 or 65.89% from 129); Max value from RGB is 85 - color contains mainly: blue. Hex color #092355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092355 is #F6DCAA. Grayscale: #202020. Windows color (decimal): -16178347 or 5579529. OLE color: 5579529.
HSL color Cylindrical-coordinate representation of color #092355: hue angle of 219.47º 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 #092355 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 35 | 85 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.67 |
| HSL | 219.47º | 0.81% | 0.18% | - |
| HSV(B) | 219.47º | 0.89% | 0.33% | - |
| XYZ | 2.35 | 1.92 | 8.84 | - |
| YUV | 32.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 85 | 0.89 | 0.59 | 0 | 0.67 | 219.47 | 0.81 | 0.18 |
| Hex | 9 | 23 | 55 | 59 | 3B | 0 | 43 | DB | 51 | 12 |
| Octal | 11 | 43 | 125 | 131 | 73 | 0 | 103 | 333 | 121 | 22 |
| Binary | 1001 | 100011 | 1010101 | 1011001 | 111011 | 0 | 1000011 | 11011011 | 1010001 | 10010 |
Color Harmonies of #092355
Complementary color
Monochromatic Colors of #092355
Black with #092355
Text Example
Text Example
White with #092355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092355; }
p { color: rgb(9,35,85); }
H1.HeaderClassName
{
color: #092355;
}
.AnyTagClassName
{
color: #092355;
}
</style>
background-color css
<style>
a { background-color: #092355; }
a { background-color: rgb(9,35,85); }
div.DivClassName
{
background-color: #092355;
}
.BgClassName
{
background-color: #092355;
}
</style>
border-color css
<style>
span { border-color: #092355; }
span { border-color: rgb(9,35,85); }
td.TdClassName
{
border-color: #092355;
}
.TagClassName
{
border-color: #092355;
}
</style>