Shades of Sapphire #09275D
Tints of Sapphire #09275D
RGB
CMYK
RGB Variations
Color information
#09275D (or 0x09275D) is known color: Sapphire. HEX triplet: 09, 27 and 5D. RGB value is (9,39,93). Sum of RGB (Red+Green+Blue) = 9+39+93=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #09275D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09275D is #F6D8A2. Grayscale: #232323. Windows color (decimal): -16177315 or 6104841. OLE color: 6104841.
HSL color Cylindrical-coordinate representation of color #09275D: hue angle of 218.57º 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 #09275D is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 39 | 93 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.64 |
| HSL | 218.57º | 0.82% | 0.2% | - |
| HSV(B) | 218.57º | 0.9% | 0.36% | - |
| XYZ | 2.81 | 2.3 | 10.65 | - |
| YUV | 36.19 | 160.06 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 93 | 0.90 | 0.58 | 0 | 0.64 | 218.57 | 0.82 | 0.2 |
| Hex | 9 | 27 | 5D | 5A | 3A | 0 | 40 | DB | 52 | 14 |
| Octal | 11 | 47 | 135 | 132 | 72 | 0 | 100 | 333 | 122 | 24 |
| Binary | 1001 | 100111 | 1011101 | 1011010 | 111010 | 0 | 1000000 | 11011011 | 1010010 | 10100 |
Color Harmonies of #09275D
Complementary color
Monochromatic Colors of #09275D
Black with #09275D
Text Example
Text Example
White with #09275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09275D; }
p { color: rgb(9,39,93); }
H1.HeaderClassName
{
color: #09275D;
}
.AnyTagClassName
{
color: #09275D;
}
</style>
background-color css
<style>
a { background-color: #09275D; }
a { background-color: rgb(9,39,93); }
div.DivClassName
{
background-color: #09275D;
}
.BgClassName
{
background-color: #09275D;
}
</style>
border-color css
<style>
span { border-color: #09275D; }
span { border-color: rgb(9,39,93); }
td.TdClassName
{
border-color: #09275D;
}
.TagClassName
{
border-color: #09275D;
}
</style>