Shades of Sapphire #092357
Tints of Sapphire #092357
RGB
CMYK
RGB Variations
Color information
#092357 (or 0x092357) is known color: Sapphire. HEX triplet: 09, 23 and 57. RGB value is (9,35,87). Sum of RGB (Red+Green+Blue) = 9+35+87=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 87 (34.38% from 255 or 66.41% from 131); Max value from RGB is 87 - color contains mainly: blue. Hex color #092357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092357 is #F6DCA8. Grayscale: #202020. Windows color (decimal): -16178345 or 5710601. OLE color: 5710601.
HSL color Cylindrical-coordinate representation of color #092357: hue angle of 220º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092357 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 35 | 87 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.66 |
| HSL | 220º | 0.81% | 0.19% | - |
| HSV(B) | 220º | 0.9% | 0.34% | - |
| XYZ | 2.43 | 1.95 | 9.26 | - |
| YUV | 33.15 | 158.39 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 87 | 0.90 | 0.60 | 0 | 0.66 | 220 | 0.81 | 0.19 |
| Hex | 9 | 23 | 57 | 5A | 3C | 0 | 42 | DC | 51 | 13 |
| Octal | 11 | 43 | 127 | 132 | 74 | 0 | 102 | 334 | 121 | 23 |
| Binary | 1001 | 100011 | 1010111 | 1011010 | 111100 | 0 | 1000010 | 11011100 | 1010001 | 10011 |
Color Harmonies of #092357
Complementary color
Monochromatic Colors of #092357
Black with #092357
Text Example
Text Example
White with #092357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092357; }
p { color: rgb(9,35,87); }
H1.HeaderClassName
{
color: #092357;
}
.AnyTagClassName
{
color: #092357;
}
</style>
background-color css
<style>
a { background-color: #092357; }
a { background-color: rgb(9,35,87); }
div.DivClassName
{
background-color: #092357;
}
.BgClassName
{
background-color: #092357;
}
</style>
border-color css
<style>
span { border-color: #092357; }
span { border-color: rgb(9,35,87); }
td.TdClassName
{
border-color: #092357;
}
.TagClassName
{
border-color: #092357;
}
</style>