Shades of Sapphire #09275B
Tints of Sapphire #09275B
RGB
CMYK
RGB Variations
Color information
#09275B (or 0x09275B) is known color: Sapphire. HEX triplet: 09, 27 and 5B. RGB value is (9,39,91). Sum of RGB (Red+Green+Blue) = 9+39+91=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #09275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09275B is #F6D8A4. Grayscale: #232323. Windows color (decimal): -16177317 or 5973769. OLE color: 5973769.
HSL color Cylindrical-coordinate representation of color #09275B: hue angle of 218.05º 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 #09275B is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 39 | 91 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.64 |
| HSL | 218.05º | 0.82% | 0.2% | - |
| HSV(B) | 218.05º | 0.9% | 0.36% | - |
| XYZ | 2.73 | 2.26 | 10.19 | - |
| YUV | 35.96 | 159.06 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 91 | 0.90 | 0.57 | 0 | 0.64 | 218.05 | 0.82 | 0.2 |
| Hex | 9 | 27 | 5B | 5A | 39 | 0 | 40 | DA | 52 | 14 |
| Octal | 11 | 47 | 133 | 132 | 71 | 0 | 100 | 332 | 122 | 24 |
| Binary | 1001 | 100111 | 1011011 | 1011010 | 111001 | 0 | 1000000 | 11011010 | 1010010 | 10100 |
Color Harmonies of #09275B
Complementary color
Monochromatic Colors of #09275B
Black with #09275B
Text Example
Text Example
White with #09275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09275B; }
p { color: rgb(9,39,91); }
H1.HeaderClassName
{
color: #09275B;
}
.AnyTagClassName
{
color: #09275B;
}
</style>
background-color css
<style>
a { background-color: #09275B; }
a { background-color: rgb(9,39,91); }
div.DivClassName
{
background-color: #09275B;
}
.BgClassName
{
background-color: #09275B;
}
</style>
border-color css
<style>
span { border-color: #09275B; }
span { border-color: rgb(9,39,91); }
td.TdClassName
{
border-color: #09275B;
}
.TagClassName
{
border-color: #09275B;
}
</style>