Shades of Sapphire #09286E
Tints of Sapphire #09286E
RGB
CMYK
RGB Variations
Color information
#09286E (or 0x09286E) is known color: Sapphire. HEX triplet: 09, 28 and 6E. RGB value is (9,40,110). Sum of RGB (Red+Green+Blue) = 9+40+110=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 110 (43.36% from 255 or 69.18% from 159); Max value from RGB is 110 - color contains mainly: blue. Hex color #09286E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09286E is #F6D791. Grayscale: #262626. Windows color (decimal): -16177042 or 7219209. OLE color: 7219209.
HSL color Cylindrical-coordinate representation of color #09286E: hue angle of 221.58º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09286E is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 40 | 110 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.57 |
| HSL | 221.58º | 0.85% | 0.23% | - |
| HSV(B) | 221.58º | 0.92% | 0.43% | - |
| XYZ | 3.69 | 2.7 | 15.08 | - |
| YUV | 38.71 | 168.23 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 110 | 0.92 | 0.64 | 0 | 0.57 | 221.58 | 0.85 | 0.23 |
| Hex | 9 | 28 | 6E | 5C | 40 | 0 | 39 | DE | 55 | 17 |
| Octal | 11 | 50 | 156 | 134 | 100 | 0 | 71 | 336 | 125 | 27 |
| Binary | 1001 | 101000 | 1101110 | 1011100 | 1000000 | 0 | 111001 | 11011110 | 1010101 | 10111 |
Color Harmonies of #09286E
Complementary color
Monochromatic Colors of #09286E
Black with #09286E
Text Example
Text Example
White with #09286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09286E; }
p { color: rgb(9,40,110); }
H1.HeaderClassName
{
color: #09286E;
}
.AnyTagClassName
{
color: #09286E;
}
</style>
background-color css
<style>
a { background-color: #09286E; }
a { background-color: rgb(9,40,110); }
div.DivClassName
{
background-color: #09286E;
}
.BgClassName
{
background-color: #09286E;
}
</style>
border-color css
<style>
span { border-color: #09286E; }
span { border-color: rgb(9,40,110); }
td.TdClassName
{
border-color: #09286E;
}
.TagClassName
{
border-color: #09286E;
}
</style>