Shades of Sapphire #091769
Tints of Sapphire #091769
RGB
CMYK
RGB Variations
Color information
#091769 (or 0x091769) is known color: Sapphire. HEX triplet: 09, 17 and 69. RGB value is (9,23,105). Sum of RGB (Red+Green+Blue) = 9+23+105=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 105 (41.41% from 255 or 76.64% from 137); Max value from RGB is 105 - color contains mainly: blue. Hex color #091769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091769 is #F6E896. Grayscale: #1B1B1B. Windows color (decimal): -16181399 or 6887177. OLE color: 6887177.
HSL color Cylindrical-coordinate representation of color #091769: hue angle of 231.25º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091769 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 23 | 105 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.59 |
| HSL | 231.25º | 0.84% | 0.22% | - |
| HSV(B) | 231.25º | 0.91% | 0.41% | - |
| XYZ | 2.97 | 1.69 | 13.53 | - |
| YUV | 28.16 | 171.36 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 23 | 105 | 0.91 | 0.78 | 0 | 0.59 | 231.25 | 0.84 | 0.22 |
| Hex | 9 | 17 | 69 | 5B | 4E | 0 | 3B | E7 | 54 | 16 |
| Octal | 11 | 27 | 151 | 133 | 116 | 0 | 73 | 347 | 124 | 26 |
| Binary | 1001 | 10111 | 1101001 | 1011011 | 1001110 | 0 | 111011 | 11100111 | 1010100 | 10110 |
Color Harmonies of #091769
Complementary color
Monochromatic Colors of #091769
Black with #091769
Text Example
Text Example
White with #091769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091769; }
p { color: rgb(9,23,105); }
H1.HeaderClassName
{
color: #091769;
}
.AnyTagClassName
{
color: #091769;
}
</style>
background-color css
<style>
a { background-color: #091769; }
a { background-color: rgb(9,23,105); }
div.DivClassName
{
background-color: #091769;
}
.BgClassName
{
background-color: #091769;
}
</style>
border-color css
<style>
span { border-color: #091769; }
span { border-color: rgb(9,23,105); }
td.TdClassName
{
border-color: #091769;
}
.TagClassName
{
border-color: #091769;
}
</style>