Shades of Sapphire #092062
Tints of Sapphire #092062
RGB
CMYK
RGB Variations
Color information
#092062 (or 0x092062) is known color: Sapphire. HEX triplet: 09, 20 and 62. RGB value is (9,32,98). Sum of RGB (Red+Green+Blue) = 9+32+98=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #092062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092062 is #F6DF9D. Grayscale: #202020. Windows color (decimal): -16179102 or 6430729. OLE color: 6430729.
HSL color Cylindrical-coordinate representation of color #092062: hue angle of 224.49º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092062 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 32 | 98 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.62 |
| HSL | 224.49º | 0.83% | 0.21% | - |
| HSV(B) | 224.49º | 0.91% | 0.38% | - |
| XYZ | 2.83 | 1.97 | 11.79 | - |
| YUV | 32.65 | 164.88 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 98 | 0.91 | 0.67 | 0 | 0.62 | 224.49 | 0.83 | 0.21 |
| Hex | 9 | 20 | 62 | 5B | 43 | 0 | 3E | E0 | 53 | 15 |
| Octal | 11 | 40 | 142 | 133 | 103 | 0 | 76 | 340 | 123 | 25 |
| Binary | 1001 | 100000 | 1100010 | 1011011 | 1000011 | 0 | 111110 | 11100000 | 1010011 | 10101 |
Color Harmonies of #092062
Complementary color
Monochromatic Colors of #092062
Black with #092062
Text Example
Text Example
White with #092062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092062; }
p { color: rgb(9,32,98); }
H1.HeaderClassName
{
color: #092062;
}
.AnyTagClassName
{
color: #092062;
}
</style>
background-color css
<style>
a { background-color: #092062; }
a { background-color: rgb(9,32,98); }
div.DivClassName
{
background-color: #092062;
}
.BgClassName
{
background-color: #092062;
}
</style>
border-color css
<style>
span { border-color: #092062; }
span { border-color: rgb(9,32,98); }
td.TdClassName
{
border-color: #092062;
}
.TagClassName
{
border-color: #092062;
}
</style>