Shades of Sapphire #09317A
Tints of Sapphire #09317A
RGB
CMYK
RGB Variations
Color information
#09317A (or 0x09317A) is known color: Sapphire. HEX triplet: 09, 31 and 7A. RGB value is (9,49,122). Sum of RGB (Red+Green+Blue) = 9+49+122=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 122 (48.05% from 255 or 67.78% from 180); Max value from RGB is 122 - color contains mainly: blue. Hex color #09317A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09317A is #F6CE85. Grayscale: #2D2D2D. Windows color (decimal): -16174726 or 8007945. OLE color: 8007945.
HSL color Cylindrical-coordinate representation of color #09317A: hue angle of 218.76º 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 #09317A is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 49 | 122 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.52 |
| HSL | 218.76º | 0.86% | 0.26% | - |
| HSV(B) | 218.76º | 0.93% | 0.48% | - |
| XYZ | 4.72 | 3.66 | 18.87 | - |
| YUV | 45.36 | 171.25 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 122 | 0.93 | 0.60 | 0 | 0.52 | 218.76 | 0.86 | 0.26 |
| Hex | 9 | 31 | 7A | 5D | 3C | 0 | 34 | DB | 56 | 1A |
| Octal | 11 | 61 | 172 | 135 | 74 | 0 | 64 | 333 | 126 | 32 |
| Binary | 1001 | 110001 | 1111010 | 1011101 | 111100 | 0 | 110100 | 11011011 | 1010110 | 11010 |
Color Harmonies of #09317A
Complementary color
Monochromatic Colors of #09317A
Black with #09317A
Text Example
Text Example
White with #09317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09317A; }
p { color: rgb(9,49,122); }
H1.HeaderClassName
{
color: #09317A;
}
.AnyTagClassName
{
color: #09317A;
}
</style>
background-color css
<style>
a { background-color: #09317A; }
a { background-color: rgb(9,49,122); }
div.DivClassName
{
background-color: #09317A;
}
.BgClassName
{
background-color: #09317A;
}
</style>
border-color css
<style>
span { border-color: #09317A; }
span { border-color: rgb(9,49,122); }
td.TdClassName
{
border-color: #09317A;
}
.TagClassName
{
border-color: #09317A;
}
</style>