Shades of Sapphire #091450
Tints of Sapphire #091450
RGB
CMYK
RGB Variations
Color information
#091450 (or 0x091450) is known color: Sapphire. HEX triplet: 09, 14 and 50. RGB value is (9,20,80). Sum of RGB (Red+Green+Blue) = 9+20+80=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 80 (31.64% from 255 or 73.39% from 109); Max value from RGB is 80 - color contains mainly: blue. Hex color #091450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091450 is #F6EBAF. Grayscale: #171717. Windows color (decimal): -16182192 or 5248009. OLE color: 5248009.
HSL color Cylindrical-coordinate representation of color #091450: hue angle of 230.7º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091450 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 20 | 80 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.69 |
| HSL | 230.7º | 0.8% | 0.17% | - |
| HSV(B) | 230.7º | 0.89% | 0.31% | - |
| XYZ | 1.81 | 1.14 | 7.71 | - |
| YUV | 23.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 80 | 0.89 | 0.75 | 0 | 0.69 | 230.7 | 0.8 | 0.17 |
| Hex | 9 | 14 | 50 | 59 | 4B | 0 | 45 | E7 | 50 | 11 |
| Octal | 11 | 24 | 120 | 131 | 113 | 0 | 105 | 347 | 120 | 21 |
| Binary | 1001 | 10100 | 1010000 | 1011001 | 1001011 | 0 | 1000101 | 11100111 | 1010000 | 10001 |
Color Harmonies of #091450
Complementary color
Monochromatic Colors of #091450
Black with #091450
Text Example
Text Example
White with #091450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091450; }
p { color: rgb(9,20,80); }
H1.HeaderClassName
{
color: #091450;
}
.AnyTagClassName
{
color: #091450;
}
</style>
background-color css
<style>
a { background-color: #091450; }
a { background-color: rgb(9,20,80); }
div.DivClassName
{
background-color: #091450;
}
.BgClassName
{
background-color: #091450;
}
</style>
border-color css
<style>
span { border-color: #091450; }
span { border-color: rgb(9,20,80); }
td.TdClassName
{
border-color: #091450;
}
.TagClassName
{
border-color: #091450;
}
</style>