Shades of Sapphire #092D60
Tints of Sapphire #092D60
RGB
CMYK
RGB Variations
Color information
#092D60 (or 0x092D60) is known color: Sapphire. HEX triplet: 09, 2D and 60. RGB value is (9,45,96). Sum of RGB (Red+Green+Blue) = 9+45+96=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #092D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D60 is #F6D29F. Grayscale: #272727. Windows color (decimal): -16175776 or 6302985. OLE color: 6302985.
HSL color Cylindrical-coordinate representation of color #092D60: hue angle of 215.17º 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 #092D60 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 45 | 96 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.62 |
| HSL | 215.17º | 0.83% | 0.21% | - |
| HSV(B) | 215.17º | 0.91% | 0.38% | - |
| XYZ | 3.16 | 2.78 | 11.44 | - |
| YUV | 40.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 96 | 0.91 | 0.53 | 0 | 0.62 | 215.17 | 0.83 | 0.21 |
| Hex | 9 | 2D | 60 | 5B | 35 | 0 | 3E | D7 | 53 | 15 |
| Octal | 11 | 55 | 140 | 133 | 65 | 0 | 76 | 327 | 123 | 25 |
| Binary | 1001 | 101101 | 1100000 | 1011011 | 110101 | 0 | 111110 | 11010111 | 1010011 | 10101 |
Color Harmonies of #092D60
Complementary color
Monochromatic Colors of #092D60
Black with #092D60
Text Example
Text Example
White with #092D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D60; }
p { color: rgb(9,45,96); }
H1.HeaderClassName
{
color: #092D60;
}
.AnyTagClassName
{
color: #092D60;
}
</style>
background-color css
<style>
a { background-color: #092D60; }
a { background-color: rgb(9,45,96); }
div.DivClassName
{
background-color: #092D60;
}
.BgClassName
{
background-color: #092D60;
}
</style>
border-color css
<style>
span { border-color: #092D60; }
span { border-color: rgb(9,45,96); }
td.TdClassName
{
border-color: #092D60;
}
.TagClassName
{
border-color: #092D60;
}
</style>