Shades of Sapphire #092853
Tints of Sapphire #092853
RGB
CMYK
RGB Variations
Color information
#092853 (or 0x092853) is known color: Sapphire. HEX triplet: 09, 28 and 53. RGB value is (9,40,83). Sum of RGB (Red+Green+Blue) = 9+40+83=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #092853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092853 is #F6D7AC. Grayscale: #232323. Windows color (decimal): -16177069 or 5449737. OLE color: 5449737.
HSL color Cylindrical-coordinate representation of color #092853: hue angle of 214.86º 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 #092853 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 40 | 83 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.67 |
| HSL | 214.86º | 0.8% | 0.18% | - |
| HSV(B) | 214.86º | 0.89% | 0.33% | - |
| XYZ | 2.43 | 2.2 | 8.48 | - |
| YUV | 35.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 83 | 0.89 | 0.52 | 0 | 0.67 | 214.86 | 0.8 | 0.18 |
| Hex | 9 | 28 | 53 | 59 | 34 | 0 | 43 | D7 | 50 | 12 |
| Octal | 11 | 50 | 123 | 131 | 64 | 0 | 103 | 327 | 120 | 22 |
| Binary | 1001 | 101000 | 1010011 | 1011001 | 110100 | 0 | 1000011 | 11010111 | 1010000 | 10010 |
Color Harmonies of #092853
Complementary color
Monochromatic Colors of #092853
Black with #092853
Text Example
Text Example
White with #092853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092853; }
p { color: rgb(9,40,83); }
H1.HeaderClassName
{
color: #092853;
}
.AnyTagClassName
{
color: #092853;
}
</style>
background-color css
<style>
a { background-color: #092853; }
a { background-color: rgb(9,40,83); }
div.DivClassName
{
background-color: #092853;
}
.BgClassName
{
background-color: #092853;
}
</style>
border-color css
<style>
span { border-color: #092853; }
span { border-color: rgb(9,40,83); }
td.TdClassName
{
border-color: #092853;
}
.TagClassName
{
border-color: #092853;
}
</style>