Shades of Sapphire #092165
Tints of Sapphire #092165
RGB
CMYK
RGB Variations
Color information
#092165 (or 0x092165) is known color: Sapphire. HEX triplet: 09, 21 and 65. RGB value is (9,33,101). Sum of RGB (Red+Green+Blue) = 9+33+101=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 101 (39.84% from 255 or 70.63% from 143); Max value from RGB is 101 - color contains mainly: blue. Hex color #092165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092165 is #F6DE9A. Grayscale: #212121. Windows color (decimal): -16178843 or 6627593. OLE color: 6627593.
HSL color Cylindrical-coordinate representation of color #092165: hue angle of 224.35º 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 #092165 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 33 | 101 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.60 |
| HSL | 224.35º | 0.84% | 0.22% | - |
| HSV(B) | 224.35º | 0.91% | 0.4% | - |
| XYZ | 3.01 | 2.09 | 12.56 | - |
| YUV | 33.58 | 166.05 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 101 | 0.91 | 0.67 | 0 | 0.60 | 224.35 | 0.84 | 0.22 |
| Hex | 9 | 21 | 65 | 5B | 43 | 0 | 3C | E0 | 54 | 16 |
| Octal | 11 | 41 | 145 | 133 | 103 | 0 | 74 | 340 | 124 | 26 |
| Binary | 1001 | 100001 | 1100101 | 1011011 | 1000011 | 0 | 111100 | 11100000 | 1010100 | 10110 |
Color Harmonies of #092165
Complementary color
Monochromatic Colors of #092165
Black with #092165
Text Example
Text Example
White with #092165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092165; }
p { color: rgb(9,33,101); }
H1.HeaderClassName
{
color: #092165;
}
.AnyTagClassName
{
color: #092165;
}
</style>
background-color css
<style>
a { background-color: #092165; }
a { background-color: rgb(9,33,101); }
div.DivClassName
{
background-color: #092165;
}
.BgClassName
{
background-color: #092165;
}
</style>
border-color css
<style>
span { border-color: #092165; }
span { border-color: rgb(9,33,101); }
td.TdClassName
{
border-color: #092165;
}
.TagClassName
{
border-color: #092165;
}
</style>