Shades of Sapphire #09295D
Tints of Sapphire #09295D
RGB
CMYK
RGB Variations
Color information
#09295D (or 0x09295D) is known color: Sapphire. HEX triplet: 09, 29 and 5D. RGB value is (9,41,93). Sum of RGB (Red+Green+Blue) = 9+41+93=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #09295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09295D is #F6D6A2. Grayscale: #252525. Windows color (decimal): -16176803 or 6105353. OLE color: 6105353.
HSL color Cylindrical-coordinate representation of color #09295D: hue angle of 217.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09295D is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 41 | 93 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.64 |
| HSL | 217.14º | 0.82% | 0.2% | - |
| HSV(B) | 217.14º | 0.9% | 0.36% | - |
| XYZ | 2.88 | 2.43 | 10.67 | - |
| YUV | 37.36 | 159.4 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 93 | 0.90 | 0.56 | 0 | 0.64 | 217.14 | 0.82 | 0.2 |
| Hex | 9 | 29 | 5D | 5A | 38 | 0 | 40 | D9 | 52 | 14 |
| Octal | 11 | 51 | 135 | 132 | 70 | 0 | 100 | 331 | 122 | 24 |
| Binary | 1001 | 101001 | 1011101 | 1011010 | 111000 | 0 | 1000000 | 11011001 | 1010010 | 10100 |
Color Harmonies of #09295D
Complementary color
Monochromatic Colors of #09295D
Black with #09295D
Text Example
Text Example
White with #09295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09295D; }
p { color: rgb(9,41,93); }
H1.HeaderClassName
{
color: #09295D;
}
.AnyTagClassName
{
color: #09295D;
}
</style>
background-color css
<style>
a { background-color: #09295D; }
a { background-color: rgb(9,41,93); }
div.DivClassName
{
background-color: #09295D;
}
.BgClassName
{
background-color: #09295D;
}
</style>
border-color css
<style>
span { border-color: #09295D; }
span { border-color: rgb(9,41,93); }
td.TdClassName
{
border-color: #09295D;
}
.TagClassName
{
border-color: #09295D;
}
</style>