Shades of Sapphire #092753
Tints of Sapphire #092753
RGB
CMYK
RGB Variations
Color information
#092753 (or 0x092753) is known color: Sapphire. HEX triplet: 09, 27 and 53. RGB value is (9,39,83). Sum of RGB (Red+Green+Blue) = 9+39+83=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #092753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092753 is #F6D8AC. Grayscale: #222222. Windows color (decimal): -16177325 or 5449481. OLE color: 5449481.
HSL color Cylindrical-coordinate representation of color #092753: hue angle of 215.68º 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 #092753 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 39 | 83 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.67 |
| HSL | 215.68º | 0.8% | 0.18% | - |
| HSV(B) | 215.68º | 0.89% | 0.33% | - |
| XYZ | 2.4 | 2.13 | 8.47 | - |
| YUV | 35.05 | 155.06 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 83 | 0.89 | 0.53 | 0 | 0.67 | 215.68 | 0.8 | 0.18 |
| Hex | 9 | 27 | 53 | 59 | 35 | 0 | 43 | D8 | 50 | 12 |
| Octal | 11 | 47 | 123 | 131 | 65 | 0 | 103 | 330 | 120 | 22 |
| Binary | 1001 | 100111 | 1010011 | 1011001 | 110101 | 0 | 1000011 | 11011000 | 1010000 | 10010 |
Color Harmonies of #092753
Complementary color
Monochromatic Colors of #092753
Black with #092753
Text Example
Text Example
White with #092753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092753; }
p { color: rgb(9,39,83); }
H1.HeaderClassName
{
color: #092753;
}
.AnyTagClassName
{
color: #092753;
}
</style>
background-color css
<style>
a { background-color: #092753; }
a { background-color: rgb(9,39,83); }
div.DivClassName
{
background-color: #092753;
}
.BgClassName
{
background-color: #092753;
}
</style>
border-color css
<style>
span { border-color: #092753; }
span { border-color: rgb(9,39,83); }
td.TdClassName
{
border-color: #092753;
}
.TagClassName
{
border-color: #092753;
}
</style>