Shades of Sapphire #09257F
Tints of Sapphire #09257F
RGB
CMYK
RGB Variations
Color information
#09257F (or 0x09257F) is known color: Sapphire. HEX triplet: 09, 25 and 7F. RGB value is (9,37,127). Sum of RGB (Red+Green+Blue) = 9+37+127=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 127 (50% from 255 or 73.41% from 173); Max value from RGB is 127 - color contains mainly: blue. Hex color #09257F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09257F is #F6DA80. Grayscale: #262626. Windows color (decimal): -16177793 or 8332553. OLE color: 8332553.
HSL color Cylindrical-coordinate representation of color #09257F: hue angle of 225.76º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09257F is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 37 | 127 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.50 |
| HSL | 225.76º | 0.87% | 0.27% | - |
| HSV(B) | 225.76º | 0.93% | 0.5% | - |
| XYZ | 4.6 | 2.91 | 20.4 | - |
| YUV | 38.89 | 177.72 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 127 | 0.93 | 0.71 | 0 | 0.50 | 225.76 | 0.87 | 0.27 |
| Hex | 9 | 25 | 7F | 5D | 47 | 0 | 32 | E2 | 57 | 1B |
| Octal | 11 | 45 | 177 | 135 | 107 | 0 | 62 | 342 | 127 | 33 |
| Binary | 1001 | 100101 | 1111111 | 1011101 | 1000111 | 0 | 110010 | 11100010 | 1010111 | 11011 |
Color Harmonies of #09257F
Complementary color
Monochromatic Colors of #09257F
Black with #09257F
Text Example
Text Example
White with #09257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09257F; }
p { color: rgb(9,37,127); }
H1.HeaderClassName
{
color: #09257F;
}
.AnyTagClassName
{
color: #09257F;
}
</style>
background-color css
<style>
a { background-color: #09257F; }
a { background-color: rgb(9,37,127); }
div.DivClassName
{
background-color: #09257F;
}
.BgClassName
{
background-color: #09257F;
}
</style>
border-color css
<style>
span { border-color: #09257F; }
span { border-color: rgb(9,37,127); }
td.TdClassName
{
border-color: #09257F;
}
.TagClassName
{
border-color: #09257F;
}
</style>