Shades of Sapphire #092A60
Tints of Sapphire #092A60
RGB
CMYK
RGB Variations
Color information
#092A60 (or 0x092A60) is known color: Sapphire. HEX triplet: 09, 2A and 60. RGB value is (9,42,96). Sum of RGB (Red+Green+Blue) = 9+42+96=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #092A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092A60 is #F6D59F. Grayscale: #262626. Windows color (decimal): -16176544 or 6302217. OLE color: 6302217.
HSL color Cylindrical-coordinate representation of color #092A60: hue angle of 217.24º 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 #092A60 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 42 | 96 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.62 |
| HSL | 217.24º | 0.83% | 0.21% | - |
| HSV(B) | 217.24º | 0.91% | 0.38% | - |
| XYZ | 3.05 | 2.56 | 11.4 | - |
| YUV | 38.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 42 | 96 | 0.91 | 0.56 | 0 | 0.62 | 217.24 | 0.83 | 0.21 |
| Hex | 9 | 2A | 60 | 5B | 38 | 0 | 3E | D9 | 53 | 15 |
| Octal | 11 | 52 | 140 | 133 | 70 | 0 | 76 | 331 | 123 | 25 |
| Binary | 1001 | 101010 | 1100000 | 1011011 | 111000 | 0 | 111110 | 11011001 | 1010011 | 10101 |
Color Harmonies of #092A60
Complementary color
Monochromatic Colors of #092A60
Black with #092A60
Text Example
Text Example
White with #092A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092A60; }
p { color: rgb(9,42,96); }
H1.HeaderClassName
{
color: #092A60;
}
.AnyTagClassName
{
color: #092A60;
}
</style>
background-color css
<style>
a { background-color: #092A60; }
a { background-color: rgb(9,42,96); }
div.DivClassName
{
background-color: #092A60;
}
.BgClassName
{
background-color: #092A60;
}
</style>
border-color css
<style>
span { border-color: #092A60; }
span { border-color: rgb(9,42,96); }
td.TdClassName
{
border-color: #092A60;
}
.TagClassName
{
border-color: #092A60;
}
</style>