Shades of Sapphire #092465
Tints of Sapphire #092465
RGB
CMYK
RGB Variations
Color information
#092465 (or 0x092465) is known color: Sapphire. HEX triplet: 09, 24 and 65. RGB value is (9,36,101). Sum of RGB (Red+Green+Blue) = 9+36+101=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #092465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092465 is #F6DB9A. Grayscale: #232323. Windows color (decimal): -16178075 or 6628361. OLE color: 6628361.
HSL color Cylindrical-coordinate representation of color #092465: hue angle of 222.39º 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 #092465 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 36 | 101 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.60 |
| HSL | 222.39º | 0.84% | 0.22% | - |
| HSV(B) | 222.39º | 0.91% | 0.4% | - |
| XYZ | 3.09 | 2.26 | 12.59 | - |
| YUV | 35.34 | 165.05 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 101 | 0.91 | 0.64 | 0 | 0.60 | 222.39 | 0.84 | 0.22 |
| Hex | 9 | 24 | 65 | 5B | 40 | 0 | 3C | DE | 54 | 16 |
| Octal | 11 | 44 | 145 | 133 | 100 | 0 | 74 | 336 | 124 | 26 |
| Binary | 1001 | 100100 | 1100101 | 1011011 | 1000000 | 0 | 111100 | 11011110 | 1010100 | 10110 |
Color Harmonies of #092465
Complementary color
Monochromatic Colors of #092465
Black with #092465
Text Example
Text Example
White with #092465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092465; }
p { color: rgb(9,36,101); }
H1.HeaderClassName
{
color: #092465;
}
.AnyTagClassName
{
color: #092465;
}
</style>
background-color css
<style>
a { background-color: #092465; }
a { background-color: rgb(9,36,101); }
div.DivClassName
{
background-color: #092465;
}
.BgClassName
{
background-color: #092465;
}
</style>
border-color css
<style>
span { border-color: #092465; }
span { border-color: rgb(9,36,101); }
td.TdClassName
{
border-color: #092465;
}
.TagClassName
{
border-color: #092465;
}
</style>