Shades of Sapphire #091958
Tints of Sapphire #091958
RGB
CMYK
RGB Variations
Color information
#091958 (or 0x091958) is known color: Sapphire. HEX triplet: 09, 19 and 58. RGB value is (9,25,88). Sum of RGB (Red+Green+Blue) = 9+25+88=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 88 (34.77% from 255 or 72.13% from 122); Max value from RGB is 88 - color contains mainly: blue. Hex color #091958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091958 is #F6E6A7. Grayscale: #1B1B1B. Windows color (decimal): -16180904 or 5773577. OLE color: 5773577.
HSL color Cylindrical-coordinate representation of color #091958: hue angle of 227.85º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091958 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 25 | 88 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.65 |
| HSL | 227.85º | 0.81% | 0.19% | - |
| HSV(B) | 227.85º | 0.9% | 0.35% | - |
| XYZ | 2.22 | 1.46 | 9.4 | - |
| YUV | 27.4 | 162.2 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 88 | 0.90 | 0.72 | 0 | 0.65 | 227.85 | 0.81 | 0.19 |
| Hex | 9 | 19 | 58 | 5A | 48 | 0 | 41 | E4 | 51 | 13 |
| Octal | 11 | 31 | 130 | 132 | 110 | 0 | 101 | 344 | 121 | 23 |
| Binary | 1001 | 11001 | 1011000 | 1011010 | 1001000 | 0 | 1000001 | 11100100 | 1010001 | 10011 |
Color Harmonies of #091958
Complementary color
Monochromatic Colors of #091958
Black with #091958
Text Example
Text Example
White with #091958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091958; }
p { color: rgb(9,25,88); }
H1.HeaderClassName
{
color: #091958;
}
.AnyTagClassName
{
color: #091958;
}
</style>
background-color css
<style>
a { background-color: #091958; }
a { background-color: rgb(9,25,88); }
div.DivClassName
{
background-color: #091958;
}
.BgClassName
{
background-color: #091958;
}
</style>
border-color css
<style>
span { border-color: #091958; }
span { border-color: rgb(9,25,88); }
td.TdClassName
{
border-color: #091958;
}
.TagClassName
{
border-color: #091958;
}
</style>