Shades of Sapphire #09205A
Tints of Sapphire #09205A
RGB
CMYK
RGB Variations
Color information
#09205A (or 0x09205A) is known color: Sapphire. HEX triplet: 09, 20 and 5A. RGB value is (9,32,90). Sum of RGB (Red+Green+Blue) = 9+32+90=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 90 (35.55% from 255 or 68.70% from 131); Max value from RGB is 90 - color contains mainly: blue. Hex color #09205A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09205A is #F6DFA5. Grayscale: #1F1F1F. Windows color (decimal): -16179110 or 5906441. OLE color: 5906441.
HSL color Cylindrical-coordinate representation of color #09205A: hue angle of 222.96º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09205A is Cyan = 0.9, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 32 | 90 | - |
| CMYK | 0.9 | 0.64 | 0 | 0.65 |
| HSL | 222.96º | 0.82% | 0.19% | - |
| HSV(B) | 222.96º | 0.9% | 0.35% | - |
| XYZ | 2.47 | 1.83 | 9.9 | - |
| YUV | 31.74 | 160.88 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 90 | 0.9 | 0.64 | 0 | 0.65 | 222.96 | 0.82 | 0.19 |
| Hex | 9 | 20 | 5A | 5A | 40 | 0 | 41 | DF | 52 | 13 |
| Octal | 11 | 40 | 132 | 132 | 100 | 0 | 101 | 337 | 122 | 23 |
| Binary | 1001 | 100000 | 1011010 | 1011010 | 1000000 | 0 | 1000001 | 11011111 | 1010010 | 10011 |
Color Harmonies of #09205A
Complementary color
Monochromatic Colors of #09205A
Black with #09205A
Text Example
Text Example
White with #09205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09205A; }
p { color: rgb(9,32,90); }
H1.HeaderClassName
{
color: #09205A;
}
.AnyTagClassName
{
color: #09205A;
}
</style>
background-color css
<style>
a { background-color: #09205A; }
a { background-color: rgb(9,32,90); }
div.DivClassName
{
background-color: #09205A;
}
.BgClassName
{
background-color: #09205A;
}
</style>
border-color css
<style>
span { border-color: #09205A; }
span { border-color: rgb(9,32,90); }
td.TdClassName
{
border-color: #09205A;
}
.TagClassName
{
border-color: #09205A;
}
</style>