Shades of Sapphire #09165B
Tints of Sapphire #09165B
RGB
CMYK
RGB Variations
Color information
#09165B (or 0x09165B) is known color: Sapphire. HEX triplet: 09, 16 and 5B. RGB value is (9,22,91). Sum of RGB (Red+Green+Blue) = 9+22+91=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 91 (35.94% from 255 or 74.59% from 122); Max value from RGB is 91 - color contains mainly: blue. Hex color #09165B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09165B is #F6E9A4. Grayscale: #191919. Windows color (decimal): -16181669 or 5969417. OLE color: 5969417.
HSL color Cylindrical-coordinate representation of color #09165B: hue angle of 230.49º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09165B is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 22 | 91 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.64 |
| HSL | 230.49º | 0.82% | 0.2% | - |
| HSV(B) | 230.49º | 0.9% | 0.36% | - |
| XYZ | 2.29 | 1.39 | 10.04 | - |
| YUV | 25.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 22 | 91 | 0.90 | 0.76 | 0 | 0.64 | 230.49 | 0.82 | 0.2 |
| Hex | 9 | 16 | 5B | 5A | 4C | 0 | 40 | E6 | 52 | 14 |
| Octal | 11 | 26 | 133 | 132 | 114 | 0 | 100 | 346 | 122 | 24 |
| Binary | 1001 | 10110 | 1011011 | 1011010 | 1001100 | 0 | 1000000 | 11100110 | 1010010 | 10100 |
Color Harmonies of #09165B
Complementary color
Monochromatic Colors of #09165B
Black with #09165B
Text Example
Text Example
White with #09165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09165B; }
p { color: rgb(9,22,91); }
H1.HeaderClassName
{
color: #09165B;
}
.AnyTagClassName
{
color: #09165B;
}
</style>
background-color css
<style>
a { background-color: #09165B; }
a { background-color: rgb(9,22,91); }
div.DivClassName
{
background-color: #09165B;
}
.BgClassName
{
background-color: #09165B;
}
</style>
border-color css
<style>
span { border-color: #09165B; }
span { border-color: rgb(9,22,91); }
td.TdClassName
{
border-color: #09165B;
}
.TagClassName
{
border-color: #09165B;
}
</style>