Shades of Sapphire #092166
Tints of Sapphire #092166
RGB
CMYK
RGB Variations
Color information
#092166 (or 0x092166) is known color: Sapphire. HEX triplet: 09, 21 and 66. RGB value is (9,33,102). Sum of RGB (Red+Green+Blue) = 9+33+102=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #092166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092166 is #F6DE99. Grayscale: #212121. Windows color (decimal): -16178842 or 6693129. OLE color: 6693129.
HSL color Cylindrical-coordinate representation of color #092166: hue angle of 224.52º 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 #092166 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 33 | 102 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.6 |
| HSL | 224.52º | 0.84% | 0.22% | - |
| HSV(B) | 224.52º | 0.91% | 0.4% | - |
| XYZ | 3.05 | 2.11 | 12.82 | - |
| YUV | 33.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 102 | 0.91 | 0.68 | 0 | 0.6 | 224.52 | 0.84 | 0.22 |
| Hex | 9 | 21 | 66 | 5B | 44 | 0 | 3C | E1 | 54 | 16 |
| Octal | 11 | 41 | 146 | 133 | 104 | 0 | 74 | 341 | 124 | 26 |
| Binary | 1001 | 100001 | 1100110 | 1011011 | 1000100 | 0 | 111100 | 11100001 | 1010100 | 10110 |
Color Harmonies of #092166
Complementary color
Monochromatic Colors of #092166
Black with #092166
Text Example
Text Example
White with #092166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092166; }
p { color: rgb(9,33,102); }
H1.HeaderClassName
{
color: #092166;
}
.AnyTagClassName
{
color: #092166;
}
</style>
background-color css
<style>
a { background-color: #092166; }
a { background-color: rgb(9,33,102); }
div.DivClassName
{
background-color: #092166;
}
.BgClassName
{
background-color: #092166;
}
</style>
border-color css
<style>
span { border-color: #092166; }
span { border-color: rgb(9,33,102); }
td.TdClassName
{
border-color: #092166;
}
.TagClassName
{
border-color: #092166;
}
</style>