Shades of Sapphire #092970
Tints of Sapphire #092970
RGB
CMYK
RGB Variations
Color information
#092970 (or 0x092970) is known color: Sapphire. HEX triplet: 09, 29 and 70. RGB value is (9,41,112). Sum of RGB (Red+Green+Blue) = 9+41+112=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #092970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092970 is #F6D68F. Grayscale: #272727. Windows color (decimal): -16176784 or 7350537. OLE color: 7350537.
HSL color Cylindrical-coordinate representation of color #092970: hue angle of 221.36º 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 #092970 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 41 | 112 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.56 |
| HSL | 221.36º | 0.85% | 0.24% | - |
| HSV(B) | 221.36º | 0.92% | 0.44% | - |
| XYZ | 3.83 | 2.81 | 15.67 | - |
| YUV | 39.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 112 | 0.92 | 0.63 | 0 | 0.56 | 221.36 | 0.85 | 0.24 |
| Hex | 9 | 29 | 70 | 5C | 3F | 0 | 38 | DD | 55 | 18 |
| Octal | 11 | 51 | 160 | 134 | 77 | 0 | 70 | 335 | 125 | 30 |
| Binary | 1001 | 101001 | 1110000 | 1011100 | 111111 | 0 | 111000 | 11011101 | 1010101 | 11000 |
Color Harmonies of #092970
Complementary color
Monochromatic Colors of #092970
Black with #092970
Text Example
Text Example
White with #092970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092970; }
p { color: rgb(9,41,112); }
H1.HeaderClassName
{
color: #092970;
}
.AnyTagClassName
{
color: #092970;
}
</style>
background-color css
<style>
a { background-color: #092970; }
a { background-color: rgb(9,41,112); }
div.DivClassName
{
background-color: #092970;
}
.BgClassName
{
background-color: #092970;
}
</style>
border-color css
<style>
span { border-color: #092970; }
span { border-color: rgb(9,41,112); }
td.TdClassName
{
border-color: #092970;
}
.TagClassName
{
border-color: #092970;
}
</style>