Shades of Sapphire #09296D
Tints of Sapphire #09296D
RGB
CMYK
RGB Variations
Color information
#09296D (or 0x09296D) is known color: Sapphire. HEX triplet: 09, 29 and 6D. RGB value is (9,41,109). Sum of RGB (Red+Green+Blue) = 9+41+109=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #09296D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09296D is #F6D692. Grayscale: #262626. Windows color (decimal): -16176787 or 7153929. OLE color: 7153929.
HSL color Cylindrical-coordinate representation of color #09296D: hue angle of 220.8º 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 #09296D is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 41 | 109 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.57 |
| HSL | 220.8º | 0.85% | 0.23% | - |
| HSV(B) | 220.8º | 0.92% | 0.43% | - |
| XYZ | 3.67 | 2.75 | 14.81 | - |
| YUV | 39.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 109 | 0.92 | 0.62 | 0 | 0.57 | 220.8 | 0.85 | 0.23 |
| Hex | 9 | 29 | 6D | 5C | 3E | 0 | 39 | DD | 55 | 17 |
| Octal | 11 | 51 | 155 | 134 | 76 | 0 | 71 | 335 | 125 | 27 |
| Binary | 1001 | 101001 | 1101101 | 1011100 | 111110 | 0 | 111001 | 11011101 | 1010101 | 10111 |
Color Harmonies of #09296D
Complementary color
Monochromatic Colors of #09296D
Black with #09296D
Text Example
Text Example
White with #09296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09296D; }
p { color: rgb(9,41,109); }
H1.HeaderClassName
{
color: #09296D;
}
.AnyTagClassName
{
color: #09296D;
}
</style>
background-color css
<style>
a { background-color: #09296D; }
a { background-color: rgb(9,41,109); }
div.DivClassName
{
background-color: #09296D;
}
.BgClassName
{
background-color: #09296D;
}
</style>
border-color css
<style>
span { border-color: #09296D; }
span { border-color: rgb(9,41,109); }
td.TdClassName
{
border-color: #09296D;
}
.TagClassName
{
border-color: #09296D;
}
</style>