Shades of Sapphire #092460
Tints of Sapphire #092460
RGB
CMYK
RGB Variations
Color information
#092460 (or 0x092460) is known color: Sapphire. HEX triplet: 09, 24 and 60. RGB value is (9,36,96). Sum of RGB (Red+Green+Blue) = 9+36+96=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #092460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092460 is #F6DB9F. Grayscale: #222222. Windows color (decimal): -16178080 or 6300681. OLE color: 6300681.
HSL color Cylindrical-coordinate representation of color #092460: hue angle of 221.38º 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 #092460 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 36 | 96 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.62 |
| HSL | 221.38º | 0.83% | 0.21% | - |
| HSV(B) | 221.38º | 0.91% | 0.38% | - |
| XYZ | 2.85 | 2.16 | 11.33 | - |
| YUV | 34.77 | 162.55 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 96 | 0.91 | 0.62 | 0 | 0.62 | 221.38 | 0.83 | 0.21 |
| Hex | 9 | 24 | 60 | 5B | 3E | 0 | 3E | DD | 53 | 15 |
| Octal | 11 | 44 | 140 | 133 | 76 | 0 | 76 | 335 | 123 | 25 |
| Binary | 1001 | 100100 | 1100000 | 1011011 | 111110 | 0 | 111110 | 11011101 | 1010011 | 10101 |
Color Harmonies of #092460
Complementary color
Monochromatic Colors of #092460
Black with #092460
Text Example
Text Example
White with #092460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092460; }
p { color: rgb(9,36,96); }
H1.HeaderClassName
{
color: #092460;
}
.AnyTagClassName
{
color: #092460;
}
</style>
background-color css
<style>
a { background-color: #092460; }
a { background-color: rgb(9,36,96); }
div.DivClassName
{
background-color: #092460;
}
.BgClassName
{
background-color: #092460;
}
</style>
border-color css
<style>
span { border-color: #092460; }
span { border-color: rgb(9,36,96); }
td.TdClassName
{
border-color: #092460;
}
.TagClassName
{
border-color: #092460;
}
</style>