Shades of Sapphire #09296F
Tints of Sapphire #09296F
RGB
CMYK
RGB Variations
Color information
#09296F (or 0x09296F) is known color: Sapphire. HEX triplet: 09, 29 and 6F. RGB value is (9,41,111). Sum of RGB (Red+Green+Blue) = 9+41+111=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 111 (43.75% from 255 or 68.94% from 161); Max value from RGB is 111 - color contains mainly: blue. Hex color #09296F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09296F is #F6D690. Grayscale: #272727. Windows color (decimal): -16176785 or 7285001. OLE color: 7285001.
HSL color Cylindrical-coordinate representation of color #09296F: hue angle of 221.18º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09296F is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 41 | 111 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.56 |
| HSL | 221.18º | 0.85% | 0.24% | - |
| HSV(B) | 221.18º | 0.92% | 0.44% | - |
| XYZ | 3.77 | 2.79 | 15.38 | - |
| YUV | 39.41 | 168.4 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 111 | 0.92 | 0.63 | 0 | 0.56 | 221.18 | 0.85 | 0.24 |
| Hex | 9 | 29 | 6F | 5C | 3F | 0 | 38 | DD | 55 | 18 |
| Octal | 11 | 51 | 157 | 134 | 77 | 0 | 70 | 335 | 125 | 30 |
| Binary | 1001 | 101001 | 1101111 | 1011100 | 111111 | 0 | 111000 | 11011101 | 1010101 | 11000 |
Color Harmonies of #09296F
Complementary color
Monochromatic Colors of #09296F
Black with #09296F
Text Example
Text Example
White with #09296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09296F; }
p { color: rgb(9,41,111); }
H1.HeaderClassName
{
color: #09296F;
}
.AnyTagClassName
{
color: #09296F;
}
</style>
background-color css
<style>
a { background-color: #09296F; }
a { background-color: rgb(9,41,111); }
div.DivClassName
{
background-color: #09296F;
}
.BgClassName
{
background-color: #09296F;
}
</style>
border-color css
<style>
span { border-color: #09296F; }
span { border-color: rgb(9,41,111); }
td.TdClassName
{
border-color: #09296F;
}
.TagClassName
{
border-color: #09296F;
}
</style>