Shades of Sapphire #092253
Tints of Sapphire #092253
RGB
CMYK
RGB Variations
Color information
#092253 (or 0x092253) is known color: Sapphire. HEX triplet: 09, 22 and 53. RGB value is (9,34,83). Sum of RGB (Red+Green+Blue) = 9+34+83=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #092253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092253 is #F6DDAC. Grayscale: #1F1F1F. Windows color (decimal): -16178605 or 5448201. OLE color: 5448201.
HSL color Cylindrical-coordinate representation of color #092253: hue angle of 219.73º 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 #092253 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 34 | 83 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.67 |
| HSL | 219.73º | 0.8% | 0.18% | - |
| HSV(B) | 219.73º | 0.89% | 0.33% | - |
| XYZ | 2.25 | 1.83 | 8.42 | - |
| YUV | 32.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 83 | 0.89 | 0.59 | 0 | 0.67 | 219.73 | 0.8 | 0.18 |
| Hex | 9 | 22 | 53 | 59 | 3B | 0 | 43 | DC | 50 | 12 |
| Octal | 11 | 42 | 123 | 131 | 73 | 0 | 103 | 334 | 120 | 22 |
| Binary | 1001 | 100010 | 1010011 | 1011001 | 111011 | 0 | 1000011 | 11011100 | 1010000 | 10010 |
Color Harmonies of #092253
Complementary color
Monochromatic Colors of #092253
Black with #092253
Text Example
Text Example
White with #092253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092253; }
p { color: rgb(9,34,83); }
H1.HeaderClassName
{
color: #092253;
}
.AnyTagClassName
{
color: #092253;
}
</style>
background-color css
<style>
a { background-color: #092253; }
a { background-color: rgb(9,34,83); }
div.DivClassName
{
background-color: #092253;
}
.BgClassName
{
background-color: #092253;
}
</style>
border-color css
<style>
span { border-color: #092253; }
span { border-color: rgb(9,34,83); }
td.TdClassName
{
border-color: #092253;
}
.TagClassName
{
border-color: #092253;
}
</style>