Shades of Sapphire #091866
Tints of Sapphire #091866
RGB
CMYK
RGB Variations
Color information
#091866 (or 0x091866) is known color: Sapphire. HEX triplet: 09, 18 and 66. RGB value is (9,24,102). Sum of RGB (Red+Green+Blue) = 9+24+102=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 102 (40.23% from 255 or 75.56% from 135); Max value from RGB is 102 - color contains mainly: blue. Hex color #091866 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091866 is #F6E799. Grayscale: #1C1C1C. Windows color (decimal): -16181146 or 6690825. OLE color: 6690825.
HSL color Cylindrical-coordinate representation of color #091866: hue angle of 230.32º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091866 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 24 | 102 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.6 |
| HSL | 230.32º | 0.84% | 0.22% | - |
| HSV(B) | 230.32º | 0.91% | 0.4% | - |
| XYZ | 2.84 | 1.67 | 12.74 | - |
| YUV | 28.41 | 169.53 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 102 | 0.91 | 0.76 | 0 | 0.6 | 230.32 | 0.84 | 0.22 |
| Hex | 9 | 18 | 66 | 5B | 4C | 0 | 3C | E6 | 54 | 16 |
| Octal | 11 | 30 | 146 | 133 | 114 | 0 | 74 | 346 | 124 | 26 |
| Binary | 1001 | 11000 | 1100110 | 1011011 | 1001100 | 0 | 111100 | 11100110 | 1010100 | 10110 |
Color Harmonies of #091866
Complementary color
Monochromatic Colors of #091866
Black with #091866
Text Example
Text Example
White with #091866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091866; }
p { color: rgb(9,24,102); }
H1.HeaderClassName
{
color: #091866;
}
.AnyTagClassName
{
color: #091866;
}
</style>
background-color css
<style>
a { background-color: #091866; }
a { background-color: rgb(9,24,102); }
div.DivClassName
{
background-color: #091866;
}
.BgClassName
{
background-color: #091866;
}
</style>
border-color css
<style>
span { border-color: #091866; }
span { border-color: rgb(9,24,102); }
td.TdClassName
{
border-color: #091866;
}
.TagClassName
{
border-color: #091866;
}
</style>