Shades of Sapphire #092866
Tints of Sapphire #092866
RGB
CMYK
RGB Variations
Color information
#092866 (or 0x092866) is known color: Sapphire. HEX triplet: 09, 28 and 66. RGB value is (9,40,102). Sum of RGB (Red+Green+Blue) = 9+40+102=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #092866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092866 is #F6D799. Grayscale: #252525. Windows color (decimal): -16177050 or 6694921. OLE color: 6694921.
HSL color Cylindrical-coordinate representation of color #092866: hue angle of 220º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092866 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 40 | 102 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.6 |
| HSL | 220º | 0.84% | 0.22% | - |
| HSV(B) | 220º | 0.91% | 0.4% | - |
| XYZ | 3.27 | 2.53 | 12.89 | - |
| YUV | 37.8 | 164.23 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 102 | 0.91 | 0.61 | 0 | 0.6 | 220 | 0.84 | 0.22 |
| Hex | 9 | 28 | 66 | 5B | 3D | 0 | 3C | DC | 54 | 16 |
| Octal | 11 | 50 | 146 | 133 | 75 | 0 | 74 | 334 | 124 | 26 |
| Binary | 1001 | 101000 | 1100110 | 1011011 | 111101 | 0 | 111100 | 11011100 | 1010100 | 10110 |
Color Harmonies of #092866
Complementary color
Monochromatic Colors of #092866
Black with #092866
Text Example
Text Example
White with #092866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092866; }
p { color: rgb(9,40,102); }
H1.HeaderClassName
{
color: #092866;
}
.AnyTagClassName
{
color: #092866;
}
</style>
background-color css
<style>
a { background-color: #092866; }
a { background-color: rgb(9,40,102); }
div.DivClassName
{
background-color: #092866;
}
.BgClassName
{
background-color: #092866;
}
</style>
border-color css
<style>
span { border-color: #092866; }
span { border-color: rgb(9,40,102); }
td.TdClassName
{
border-color: #092866;
}
.TagClassName
{
border-color: #092866;
}
</style>