Shades of Sapphire #091A54
Tints of Sapphire #091A54
RGB
CMYK
RGB Variations
Color information
#091A54 (or 0x091A54) is known color: Sapphire. HEX triplet: 09, 1A and 54. RGB value is (9,26,84). Sum of RGB (Red+Green+Blue) = 9+26+84=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 84 (33.20% from 255 or 70.59% from 119); Max value from RGB is 84 - color contains mainly: blue. Hex color #091A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A54 is #F6E5AB. Grayscale: #1B1B1B. Windows color (decimal): -16180652 or 5511689. OLE color: 5511689.
HSL color Cylindrical-coordinate representation of color #091A54: hue angle of 226.4º 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 #091A54 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 26 | 84 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.67 |
| HSL | 226.4º | 0.81% | 0.18% | - |
| HSV(B) | 226.4º | 0.89% | 0.33% | - |
| XYZ | 2.08 | 1.44 | 8.56 | - |
| YUV | 27.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 84 | 0.89 | 0.69 | 0 | 0.67 | 226.4 | 0.81 | 0.18 |
| Hex | 9 | 1A | 54 | 59 | 45 | 0 | 43 | E2 | 51 | 12 |
| Octal | 11 | 32 | 124 | 131 | 105 | 0 | 103 | 342 | 121 | 22 |
| Binary | 1001 | 11010 | 1010100 | 1011001 | 1000101 | 0 | 1000011 | 11100010 | 1010001 | 10010 |
Color Harmonies of #091A54
Complementary color
Monochromatic Colors of #091A54
Black with #091A54
Text Example
Text Example
White with #091A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A54; }
p { color: rgb(9,26,84); }
H1.HeaderClassName
{
color: #091A54;
}
.AnyTagClassName
{
color: #091A54;
}
</style>
background-color css
<style>
a { background-color: #091A54; }
a { background-color: rgb(9,26,84); }
div.DivClassName
{
background-color: #091A54;
}
.BgClassName
{
background-color: #091A54;
}
</style>
border-color css
<style>
span { border-color: #091A54; }
span { border-color: rgb(9,26,84); }
td.TdClassName
{
border-color: #091A54;
}
.TagClassName
{
border-color: #091A54;
}
</style>