Shades of Sapphire #09164C
Tints of Sapphire #09164C
RGB
CMYK
RGB Variations
Color information
#09164C (or 0x09164C) is known color: Sapphire. HEX triplet: 09, 16 and 4C. RGB value is (9,22,76). Sum of RGB (Red+Green+Blue) = 9+22+76=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 76 (30.08% from 255 or 71.03% from 107); Max value from RGB is 76 - color contains mainly: blue. Hex color #09164C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09164C is #F6E9B3. Grayscale: #181818. Windows color (decimal): -16181684 or 4986377. OLE color: 4986377.
HSL color Cylindrical-coordinate representation of color #09164C: hue angle of 228.36º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09164C is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 22 | 76 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.70 |
| HSL | 228.36º | 0.79% | 0.17% | - |
| HSV(B) | 228.36º | 0.88% | 0.3% | - |
| XYZ | 1.7 | 1.15 | 6.97 | - |
| YUV | 24.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 22 | 76 | 0.88 | 0.71 | 0 | 0.70 | 228.36 | 0.79 | 0.17 |
| Hex | 9 | 16 | 4C | 58 | 47 | 0 | 46 | E4 | 4F | 11 |
| Octal | 11 | 26 | 114 | 130 | 107 | 0 | 106 | 344 | 117 | 21 |
| Binary | 1001 | 10110 | 1001100 | 1011000 | 1000111 | 0 | 1000110 | 11100100 | 1001111 | 10001 |
Color Harmonies of #09164C
Complementary color
Monochromatic Colors of #09164C
Black with #09164C
Text Example
Text Example
White with #09164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09164C; }
p { color: rgb(9,22,76); }
H1.HeaderClassName
{
color: #09164C;
}
.AnyTagClassName
{
color: #09164C;
}
</style>
background-color css
<style>
a { background-color: #09164C; }
a { background-color: rgb(9,22,76); }
div.DivClassName
{
background-color: #09164C;
}
.BgClassName
{
background-color: #09164C;
}
</style>
border-color css
<style>
span { border-color: #09164C; }
span { border-color: rgb(9,22,76); }
td.TdClassName
{
border-color: #09164C;
}
.TagClassName
{
border-color: #09164C;
}
</style>