Shades of Sapphire #092164
Tints of Sapphire #092164
RGB
CMYK
RGB Variations
Color information
#092164 (or 0x092164) is known color: Sapphire. HEX triplet: 09, 21 and 64. RGB value is (9,33,100). Sum of RGB (Red+Green+Blue) = 9+33+100=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 100 (39.45% from 255 or 70.42% from 142); Max value from RGB is 100 - color contains mainly: blue. Hex color #092164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092164 is #F6DE9B. Grayscale: #212121. Windows color (decimal): -16178844 or 6562057. OLE color: 6562057.
HSL color Cylindrical-coordinate representation of color #092164: hue angle of 224.18º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092164 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 33 | 100 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.61 |
| HSL | 224.18º | 0.83% | 0.21% | - |
| HSV(B) | 224.18º | 0.91% | 0.39% | - |
| XYZ | 2.96 | 2.07 | 12.3 | - |
| YUV | 33.46 | 165.55 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 100 | 0.91 | 0.67 | 0 | 0.61 | 224.18 | 0.83 | 0.21 |
| Hex | 9 | 21 | 64 | 5B | 43 | 0 | 3D | E0 | 53 | 15 |
| Octal | 11 | 41 | 144 | 133 | 103 | 0 | 75 | 340 | 123 | 25 |
| Binary | 1001 | 100001 | 1100100 | 1011011 | 1000011 | 0 | 111101 | 11100000 | 1010011 | 10101 |
Color Harmonies of #092164
Complementary color
Monochromatic Colors of #092164
Black with #092164
Text Example
Text Example
White with #092164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092164; }
p { color: rgb(9,33,100); }
H1.HeaderClassName
{
color: #092164;
}
.AnyTagClassName
{
color: #092164;
}
</style>
background-color css
<style>
a { background-color: #092164; }
a { background-color: rgb(9,33,100); }
div.DivClassName
{
background-color: #092164;
}
.BgClassName
{
background-color: #092164;
}
</style>
border-color css
<style>
span { border-color: #092164; }
span { border-color: rgb(9,33,100); }
td.TdClassName
{
border-color: #092164;
}
.TagClassName
{
border-color: #092164;
}
</style>