Shades of Sapphire #091761
Tints of Sapphire #091761
RGB
CMYK
RGB Variations
Color information
#091761 (or 0x091761) is known color: Sapphire. HEX triplet: 09, 17 and 61. RGB value is (9,23,97). Sum of RGB (Red+Green+Blue) = 9+23+97=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 97 (38.28% from 255 or 75.19% from 129); Max value from RGB is 97 - color contains mainly: blue. Hex color #091761 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091761 is #F6E89E. Grayscale: #1A1A1A. Windows color (decimal): -16181407 or 6362889. OLE color: 6362889.
HSL color Cylindrical-coordinate representation of color #091761: hue angle of 230.45º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091761 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 23 | 97 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.62 |
| HSL | 230.45º | 0.83% | 0.21% | - |
| HSV(B) | 230.45º | 0.91% | 0.38% | - |
| XYZ | 2.58 | 1.53 | 11.47 | - |
| YUV | 27.25 | 167.36 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 23 | 97 | 0.91 | 0.76 | 0 | 0.62 | 230.45 | 0.83 | 0.21 |
| Hex | 9 | 17 | 61 | 5B | 4C | 0 | 3E | E6 | 53 | 15 |
| Octal | 11 | 27 | 141 | 133 | 114 | 0 | 76 | 346 | 123 | 25 |
| Binary | 1001 | 10111 | 1100001 | 1011011 | 1001100 | 0 | 111110 | 11100110 | 1010011 | 10101 |
Color Harmonies of #091761
Complementary color
Monochromatic Colors of #091761
Black with #091761
Text Example
Text Example
White with #091761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091761; }
p { color: rgb(9,23,97); }
H1.HeaderClassName
{
color: #091761;
}
.AnyTagClassName
{
color: #091761;
}
</style>
background-color css
<style>
a { background-color: #091761; }
a { background-color: rgb(9,23,97); }
div.DivClassName
{
background-color: #091761;
}
.BgClassName
{
background-color: #091761;
}
</style>
border-color css
<style>
span { border-color: #091761; }
span { border-color: rgb(9,23,97); }
td.TdClassName
{
border-color: #091761;
}
.TagClassName
{
border-color: #091761;
}
</style>