Shades of Sapphire #092C69
Tints of Sapphire #092C69
RGB
CMYK
RGB Variations
Color information
#092C69 (or 0x092C69) is known color: Sapphire. HEX triplet: 09, 2C and 69. RGB value is (9,44,105). Sum of RGB (Red+Green+Blue) = 9+44+105=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #092C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C69 is #F6D396. Grayscale: #282828. Windows color (decimal): -16176023 or 6892553. OLE color: 6892553.
HSL color Cylindrical-coordinate representation of color #092C69: hue angle of 218.12º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092C69 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 44 | 105 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.59 |
| HSL | 218.13º | 0.84% | 0.22% | - |
| HSV(B) | 218.13º | 0.91% | 0.41% | - |
| XYZ | 3.56 | 2.88 | 13.73 | - |
| YUV | 40.49 | 164.4 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 105 | 0.91 | 0.58 | 0 | 0.59 | 218.13 | 0.84 | 0.22 |
| Hex | 9 | 2C | 69 | 5B | 3A | 0 | 3B | DA | 54 | 16 |
| Octal | 11 | 54 | 151 | 133 | 72 | 0 | 73 | 332 | 124 | 26 |
| Binary | 1001 | 101100 | 1101001 | 1011011 | 111010 | 0 | 111011 | 11011010 | 1010100 | 10110 |
Color Harmonies of #092C69
Complementary color
Monochromatic Colors of #092C69
Black with #092C69
Text Example
Text Example
White with #092C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C69; }
p { color: rgb(9,44,105); }
H1.HeaderClassName
{
color: #092C69;
}
.AnyTagClassName
{
color: #092C69;
}
</style>
background-color css
<style>
a { background-color: #092C69; }
a { background-color: rgb(9,44,105); }
div.DivClassName
{
background-color: #092C69;
}
.BgClassName
{
background-color: #092C69;
}
</style>
border-color css
<style>
span { border-color: #092C69; }
span { border-color: rgb(9,44,105); }
td.TdClassName
{
border-color: #092C69;
}
.TagClassName
{
border-color: #092C69;
}
</style>