Shades of Sapphire #09226D
Tints of Sapphire #09226D
RGB
CMYK
RGB Variations
Color information
#09226D (or 0x09226D) is known color: Sapphire. HEX triplet: 09, 22 and 6D. RGB value is (9,34,109). Sum of RGB (Red+Green+Blue) = 9+34+109=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 109 (42.97% from 255 or 71.71% from 152); Max value from RGB is 109 - color contains mainly: blue. Hex color #09226D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09226D is #F6DD92. Grayscale: #222222. Windows color (decimal): -16178579 or 7152137. OLE color: 7152137.
HSL color Cylindrical-coordinate representation of color #09226D: hue angle of 225º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09226D is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 34 | 109 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.57 |
| HSL | 225º | 0.85% | 0.23% | - |
| HSV(B) | 225º | 0.92% | 0.43% | - |
| XYZ | 3.45 | 2.31 | 14.73 | - |
| YUV | 35.08 | 169.72 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 109 | 0.92 | 0.69 | 0 | 0.57 | 225 | 0.85 | 0.23 |
| Hex | 9 | 22 | 6D | 5C | 45 | 0 | 39 | E1 | 55 | 17 |
| Octal | 11 | 42 | 155 | 134 | 105 | 0 | 71 | 341 | 125 | 27 |
| Binary | 1001 | 100010 | 1101101 | 1011100 | 1000101 | 0 | 111001 | 11100001 | 1010101 | 10111 |
Color Harmonies of #09226D
Complementary color
Monochromatic Colors of #09226D
Black with #09226D
Text Example
Text Example
White with #09226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09226D; }
p { color: rgb(9,34,109); }
H1.HeaderClassName
{
color: #09226D;
}
.AnyTagClassName
{
color: #09226D;
}
</style>
background-color css
<style>
a { background-color: #09226D; }
a { background-color: rgb(9,34,109); }
div.DivClassName
{
background-color: #09226D;
}
.BgClassName
{
background-color: #09226D;
}
</style>
border-color css
<style>
span { border-color: #09226D; }
span { border-color: rgb(9,34,109); }
td.TdClassName
{
border-color: #09226D;
}
.TagClassName
{
border-color: #09226D;
}
</style>