Shades of Sapphire #092A72
Tints of Sapphire #092A72
RGB
CMYK
RGB Variations
Color information
#092A72 (or 0x092A72) is known color: Sapphire. HEX triplet: 09, 2A and 72. RGB value is (9,42,114). Sum of RGB (Red+Green+Blue) = 9+42+114=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #092A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092A72 is #F6D58D. Grayscale: #282828. Windows color (decimal): -16176526 or 7481865. OLE color: 7481865.
HSL color Cylindrical-coordinate representation of color #092A72: hue angle of 221.14º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092A72 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 42 | 114 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.55 |
| HSL | 221.14º | 0.85% | 0.24% | - |
| HSV(B) | 221.14º | 0.92% | 0.45% | - |
| XYZ | 3.98 | 2.93 | 16.28 | - |
| YUV | 40.34 | 169.57 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 42 | 114 | 0.92 | 0.63 | 0 | 0.55 | 221.14 | 0.85 | 0.24 |
| Hex | 9 | 2A | 72 | 5C | 3F | 0 | 37 | DD | 55 | 18 |
| Octal | 11 | 52 | 162 | 134 | 77 | 0 | 67 | 335 | 125 | 30 |
| Binary | 1001 | 101010 | 1110010 | 1011100 | 111111 | 0 | 110111 | 11011101 | 1010101 | 11000 |
Color Harmonies of #092A72
Complementary color
Monochromatic Colors of #092A72
Black with #092A72
Text Example
Text Example
White with #092A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092A72; }
p { color: rgb(9,42,114); }
H1.HeaderClassName
{
color: #092A72;
}
.AnyTagClassName
{
color: #092A72;
}
</style>
background-color css
<style>
a { background-color: #092A72; }
a { background-color: rgb(9,42,114); }
div.DivClassName
{
background-color: #092A72;
}
.BgClassName
{
background-color: #092A72;
}
</style>
border-color css
<style>
span { border-color: #092A72; }
span { border-color: rgb(9,42,114); }
td.TdClassName
{
border-color: #092A72;
}
.TagClassName
{
border-color: #092A72;
}
</style>