Shades of Sapphire #09257E
Tints of Sapphire #09257E
RGB
CMYK
RGB Variations
Color information
#09257E (or 0x09257E) is known color: Sapphire. HEX triplet: 09, 25 and 7E. RGB value is (9,37,126). Sum of RGB (Red+Green+Blue) = 9+37+126=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 126 (49.61% from 255 or 73.26% from 172); Max value from RGB is 126 - color contains mainly: blue. Hex color #09257E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09257E is #F6DA81. Grayscale: #262626. Windows color (decimal): -16177794 or 8267017. OLE color: 8267017.
HSL color Cylindrical-coordinate representation of color #09257E: hue angle of 225.64º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09257E is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 37 | 126 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.51 |
| HSL | 225.64º | 0.87% | 0.26% | - |
| HSV(B) | 225.64º | 0.93% | 0.49% | - |
| XYZ | 4.54 | 2.89 | 20.06 | - |
| YUV | 38.77 | 177.22 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 126 | 0.93 | 0.71 | 0 | 0.51 | 225.64 | 0.87 | 0.26 |
| Hex | 9 | 25 | 7E | 5D | 47 | 0 | 33 | E2 | 57 | 1A |
| Octal | 11 | 45 | 176 | 135 | 107 | 0 | 63 | 342 | 127 | 32 |
| Binary | 1001 | 100101 | 1111110 | 1011101 | 1000111 | 0 | 110011 | 11100010 | 1010111 | 11010 |
Color Harmonies of #09257E
Complementary color
Monochromatic Colors of #09257E
Black with #09257E
Text Example
Text Example
White with #09257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09257E; }
p { color: rgb(9,37,126); }
H1.HeaderClassName
{
color: #09257E;
}
.AnyTagClassName
{
color: #09257E;
}
</style>
background-color css
<style>
a { background-color: #09257E; }
a { background-color: rgb(9,37,126); }
div.DivClassName
{
background-color: #09257E;
}
.BgClassName
{
background-color: #09257E;
}
</style>
border-color css
<style>
span { border-color: #09257E; }
span { border-color: rgb(9,37,126); }
td.TdClassName
{
border-color: #09257E;
}
.TagClassName
{
border-color: #09257E;
}
</style>