Shades of Sapphire #092D7A
Tints of Sapphire #092D7A
RGB
CMYK
RGB Variations
Color information
#092D7A (or 0x092D7A) is known color: Sapphire. HEX triplet: 09, 2D and 7A. RGB value is (9,45,122). Sum of RGB (Red+Green+Blue) = 9+45+122=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 122 (48.05% from 255 or 69.32% from 176); Max value from RGB is 122 - color contains mainly: blue. Hex color #092D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D7A is #F6D285. Grayscale: #2A2A2A. Windows color (decimal): -16175750 or 8006921. OLE color: 8006921.
HSL color Cylindrical-coordinate representation of color #092D7A: hue angle of 220.88º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092D7A is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 45 | 122 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.52 |
| HSL | 220.89º | 0.86% | 0.26% | - |
| HSV(B) | 220.89º | 0.93% | 0.48% | - |
| XYZ | 4.56 | 3.34 | 18.82 | - |
| YUV | 43.01 | 172.57 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 122 | 0.93 | 0.63 | 0 | 0.52 | 220.89 | 0.86 | 0.26 |
| Hex | 9 | 2D | 7A | 5D | 3F | 0 | 34 | DD | 56 | 1A |
| Octal | 11 | 55 | 172 | 135 | 77 | 0 | 64 | 335 | 126 | 32 |
| Binary | 1001 | 101101 | 1111010 | 1011101 | 111111 | 0 | 110100 | 11011101 | 1010110 | 11010 |
Color Harmonies of #092D7A
Complementary color
Monochromatic Colors of #092D7A
Black with #092D7A
Text Example
Text Example
White with #092D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D7A; }
p { color: rgb(9,45,122); }
H1.HeaderClassName
{
color: #092D7A;
}
.AnyTagClassName
{
color: #092D7A;
}
</style>
background-color css
<style>
a { background-color: #092D7A; }
a { background-color: rgb(9,45,122); }
div.DivClassName
{
background-color: #092D7A;
}
.BgClassName
{
background-color: #092D7A;
}
</style>
border-color css
<style>
span { border-color: #092D7A; }
span { border-color: rgb(9,45,122); }
td.TdClassName
{
border-color: #092D7A;
}
.TagClassName
{
border-color: #092D7A;
}
</style>