Shades of Sapphire #091454
Tints of Sapphire #091454
RGB
CMYK
RGB Variations
Color information
#091454 (or 0x091454) is known color: Sapphire. HEX triplet: 09, 14 and 54. RGB value is (9,20,84). Sum of RGB (Red+Green+Blue) = 9+20+84=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 84 (33.20% from 255 or 74.34% from 113); Max value from RGB is 84 - color contains mainly: blue. Hex color #091454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091454 is #F6EBAB. Grayscale: #171717. Windows color (decimal): -16182188 or 5510153. OLE color: 5510153.
HSL color Cylindrical-coordinate representation of color #091454: hue angle of 231.2º degrees, saturation: 0.81, 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 #091454 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 20 | 84 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.67 |
| HSL | 231.2º | 0.81% | 0.18% | - |
| HSV(B) | 231.2º | 0.89% | 0.33% | - |
| XYZ | 1.96 | 1.2 | 8.52 | - |
| YUV | 24.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 84 | 0.89 | 0.76 | 0 | 0.67 | 231.2 | 0.81 | 0.18 |
| Hex | 9 | 14 | 54 | 59 | 4C | 0 | 43 | E7 | 51 | 12 |
| Octal | 11 | 24 | 124 | 131 | 114 | 0 | 103 | 347 | 121 | 22 |
| Binary | 1001 | 10100 | 1010100 | 1011001 | 1001100 | 0 | 1000011 | 11100111 | 1010001 | 10010 |
Color Harmonies of #091454
Complementary color
Monochromatic Colors of #091454
Black with #091454
Text Example
Text Example
White with #091454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091454; }
p { color: rgb(9,20,84); }
H1.HeaderClassName
{
color: #091454;
}
.AnyTagClassName
{
color: #091454;
}
</style>
background-color css
<style>
a { background-color: #091454; }
a { background-color: rgb(9,20,84); }
div.DivClassName
{
background-color: #091454;
}
.BgClassName
{
background-color: #091454;
}
</style>
border-color css
<style>
span { border-color: #091454; }
span { border-color: rgb(9,20,84); }
td.TdClassName
{
border-color: #091454;
}
.TagClassName
{
border-color: #091454;
}
</style>