Shades of Sapphire #092D66
Tints of Sapphire #092D66
RGB
CMYK
RGB Variations
Color information
#092D66 (or 0x092D66) is known color: Sapphire. HEX triplet: 09, 2D and 66. RGB value is (9,45,102). Sum of RGB (Red+Green+Blue) = 9+45+102=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #092D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D66 is #F6D299. Grayscale: #282828. Windows color (decimal): -16175770 or 6696201. OLE color: 6696201.
HSL color Cylindrical-coordinate representation of color #092D66: hue angle of 216.77º 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 #092D66 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 45 | 102 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.6 |
| HSL | 216.77º | 0.84% | 0.22% | - |
| HSV(B) | 216.77º | 0.91% | 0.4% | - |
| XYZ | 3.45 | 2.89 | 12.95 | - |
| YUV | 40.73 | 162.57 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 102 | 0.91 | 0.56 | 0 | 0.6 | 216.77 | 0.84 | 0.22 |
| Hex | 9 | 2D | 66 | 5B | 38 | 0 | 3C | D9 | 54 | 16 |
| Octal | 11 | 55 | 146 | 133 | 70 | 0 | 74 | 331 | 124 | 26 |
| Binary | 1001 | 101101 | 1100110 | 1011011 | 111000 | 0 | 111100 | 11011001 | 1010100 | 10110 |
Color Harmonies of #092D66
Complementary color
Monochromatic Colors of #092D66
Black with #092D66
Text Example
Text Example
White with #092D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D66; }
p { color: rgb(9,45,102); }
H1.HeaderClassName
{
color: #092D66;
}
.AnyTagClassName
{
color: #092D66;
}
</style>
background-color css
<style>
a { background-color: #092D66; }
a { background-color: rgb(9,45,102); }
div.DivClassName
{
background-color: #092D66;
}
.BgClassName
{
background-color: #092D66;
}
</style>
border-color css
<style>
span { border-color: #092D66; }
span { border-color: rgb(9,45,102); }
td.TdClassName
{
border-color: #092D66;
}
.TagClassName
{
border-color: #092D66;
}
</style>