Shades of Sapphire #092877
Tints of Sapphire #092877
RGB
CMYK
RGB Variations
Color information
#092877 (or 0x092877) is known color: Sapphire. HEX triplet: 09, 28 and 77. RGB value is (9,40,119). Sum of RGB (Red+Green+Blue) = 9+40+119=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 119 (46.88% from 255 or 70.83% from 168); Max value from RGB is 119 - color contains mainly: blue. Hex color #092877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092877 is #F6D788. Grayscale: #272727. Windows color (decimal): -16177033 or 7809033. OLE color: 7809033.
HSL color Cylindrical-coordinate representation of color #092877: hue angle of 223.09º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092877 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 40 | 119 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.53 |
| HSL | 223.09º | 0.86% | 0.25% | - |
| HSV(B) | 223.09º | 0.92% | 0.47% | - |
| XYZ | 4.2 | 2.91 | 17.79 | - |
| YUV | 39.74 | 172.73 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 119 | 0.92 | 0.66 | 0 | 0.53 | 223.09 | 0.86 | 0.25 |
| Hex | 9 | 28 | 77 | 5C | 42 | 0 | 35 | DF | 56 | 19 |
| Octal | 11 | 50 | 167 | 134 | 102 | 0 | 65 | 337 | 126 | 31 |
| Binary | 1001 | 101000 | 1110111 | 1011100 | 1000010 | 0 | 110101 | 11011111 | 1010110 | 11001 |
Color Harmonies of #092877
Complementary color
Monochromatic Colors of #092877
Black with #092877
Text Example
Text Example
White with #092877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092877; }
p { color: rgb(9,40,119); }
H1.HeaderClassName
{
color: #092877;
}
.AnyTagClassName
{
color: #092877;
}
</style>
background-color css
<style>
a { background-color: #092877; }
a { background-color: rgb(9,40,119); }
div.DivClassName
{
background-color: #092877;
}
.BgClassName
{
background-color: #092877;
}
</style>
border-color css
<style>
span { border-color: #092877; }
span { border-color: rgb(9,40,119); }
td.TdClassName
{
border-color: #092877;
}
.TagClassName
{
border-color: #092877;
}
</style>