Shades of Sapphire #092064
Tints of Sapphire #092064
RGB
CMYK
RGB Variations
Color information
#092064 (or 0x092064) is known color: Sapphire. HEX triplet: 09, 20 and 64. RGB value is (9,32,100). Sum of RGB (Red+Green+Blue) = 9+32+100=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 100 (39.45% from 255 or 70.92% from 141); Max value from RGB is 100 - color contains mainly: blue. Hex color #092064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092064 is #F6DF9B. Grayscale: #202020. Windows color (decimal): -16179100 or 6561801. OLE color: 6561801.
HSL color Cylindrical-coordinate representation of color #092064: hue angle of 224.84º 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 #092064 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 32 | 100 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.61 |
| HSL | 224.84º | 0.83% | 0.21% | - |
| HSV(B) | 224.84º | 0.91% | 0.39% | - |
| XYZ | 2.93 | 2.01 | 12.29 | - |
| YUV | 32.88 | 165.88 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 100 | 0.91 | 0.68 | 0 | 0.61 | 224.84 | 0.83 | 0.21 |
| Hex | 9 | 20 | 64 | 5B | 44 | 0 | 3D | E1 | 53 | 15 |
| Octal | 11 | 40 | 144 | 133 | 104 | 0 | 75 | 341 | 123 | 25 |
| Binary | 1001 | 100000 | 1100100 | 1011011 | 1000100 | 0 | 111101 | 11100001 | 1010011 | 10101 |
Color Harmonies of #092064
Complementary color
Monochromatic Colors of #092064
Black with #092064
Text Example
Text Example
White with #092064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092064; }
p { color: rgb(9,32,100); }
H1.HeaderClassName
{
color: #092064;
}
.AnyTagClassName
{
color: #092064;
}
</style>
background-color css
<style>
a { background-color: #092064; }
a { background-color: rgb(9,32,100); }
div.DivClassName
{
background-color: #092064;
}
.BgClassName
{
background-color: #092064;
}
</style>
border-color css
<style>
span { border-color: #092064; }
span { border-color: rgb(9,32,100); }
td.TdClassName
{
border-color: #092064;
}
.TagClassName
{
border-color: #092064;
}
</style>