Shades of Sapphire #092C70
Tints of Sapphire #092C70
RGB
CMYK
RGB Variations
Color information
#092C70 (or 0x092C70) is known color: Sapphire. HEX triplet: 09, 2C and 70. RGB value is (9,44,112). Sum of RGB (Red+Green+Blue) = 9+44+112=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #092C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C70 is #F6D38F. Grayscale: #282828. Windows color (decimal): -16176016 or 7351305. OLE color: 7351305.
HSL color Cylindrical-coordinate representation of color #092C70: hue angle of 219.61º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092C70 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 44 | 112 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.56 |
| HSL | 219.61º | 0.85% | 0.24% | - |
| HSV(B) | 219.61º | 0.92% | 0.44% | - |
| XYZ | 3.94 | 3.03 | 15.71 | - |
| YUV | 41.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 112 | 0.92 | 0.61 | 0 | 0.56 | 219.61 | 0.85 | 0.24 |
| Hex | 9 | 2C | 70 | 5C | 3D | 0 | 38 | DC | 55 | 18 |
| Octal | 11 | 54 | 160 | 134 | 75 | 0 | 70 | 334 | 125 | 30 |
| Binary | 1001 | 101100 | 1110000 | 1011100 | 111101 | 0 | 111000 | 11011100 | 1010101 | 11000 |
Color Harmonies of #092C70
Complementary color
Monochromatic Colors of #092C70
Black with #092C70
Text Example
Text Example
White with #092C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C70; }
p { color: rgb(9,44,112); }
H1.HeaderClassName
{
color: #092C70;
}
.AnyTagClassName
{
color: #092C70;
}
</style>
background-color css
<style>
a { background-color: #092C70; }
a { background-color: rgb(9,44,112); }
div.DivClassName
{
background-color: #092C70;
}
.BgClassName
{
background-color: #092C70;
}
</style>
border-color css
<style>
span { border-color: #092C70; }
span { border-color: rgb(9,44,112); }
td.TdClassName
{
border-color: #092C70;
}
.TagClassName
{
border-color: #092C70;
}
</style>