Shades of Sapphire #091553
Tints of Sapphire #091553
RGB
CMYK
RGB Variations
Color information
#091553 (or 0x091553) is known color: Sapphire. HEX triplet: 09, 15 and 53. RGB value is (9,21,83). Sum of RGB (Red+Green+Blue) = 9+21+83=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 83 (32.81% from 255 or 73.45% from 113); Max value from RGB is 83 - color contains mainly: blue. Hex color #091553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091553 is #F6EAAC. Grayscale: #181818. Windows color (decimal): -16181933 or 5444873. OLE color: 5444873.
HSL color Cylindrical-coordinate representation of color #091553: hue angle of 230.27º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091553 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 21 | 83 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.67 |
| HSL | 230.27º | 0.8% | 0.18% | - |
| HSV(B) | 230.27º | 0.89% | 0.33% | - |
| XYZ | 1.94 | 1.22 | 8.32 | - |
| YUV | 24.48 | 161.02 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 83 | 0.89 | 0.75 | 0 | 0.67 | 230.27 | 0.8 | 0.18 |
| Hex | 9 | 15 | 53 | 59 | 4B | 0 | 43 | E6 | 50 | 12 |
| Octal | 11 | 25 | 123 | 131 | 113 | 0 | 103 | 346 | 120 | 22 |
| Binary | 1001 | 10101 | 1010011 | 1011001 | 1001011 | 0 | 1000011 | 11100110 | 1010000 | 10010 |
Color Harmonies of #091553
Complementary color
Monochromatic Colors of #091553
Black with #091553
Text Example
Text Example
White with #091553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091553; }
p { color: rgb(9,21,83); }
H1.HeaderClassName
{
color: #091553;
}
.AnyTagClassName
{
color: #091553;
}
</style>
background-color css
<style>
a { background-color: #091553; }
a { background-color: rgb(9,21,83); }
div.DivClassName
{
background-color: #091553;
}
.BgClassName
{
background-color: #091553;
}
</style>
border-color css
<style>
span { border-color: #091553; }
span { border-color: rgb(9,21,83); }
td.TdClassName
{
border-color: #091553;
}
.TagClassName
{
border-color: #091553;
}
</style>