Shades of Sapphire #091A73
Tints of Sapphire #091A73
RGB
CMYK
RGB Variations
Color information
#091A73 (or 0x091A73) is known color: Sapphire. HEX triplet: 09, 1A and 73. RGB value is (9,26,115). Sum of RGB (Red+Green+Blue) = 9+26+115=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #091A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A73 is #F6E58C. Grayscale: #1E1E1E. Windows color (decimal): -16180621 or 7543305. OLE color: 7543305.
HSL color Cylindrical-coordinate representation of color #091A73: hue angle of 230.38º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091A73 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 26 | 115 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.55 |
| HSL | 230.38º | 0.85% | 0.24% | - |
| HSV(B) | 230.38º | 0.92% | 0.45% | - |
| XYZ | 3.58 | 2.03 | 16.42 | - |
| YUV | 31.06 | 175.37 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 115 | 0.92 | 0.77 | 0 | 0.55 | 230.38 | 0.85 | 0.24 |
| Hex | 9 | 1A | 73 | 5C | 4D | 0 | 37 | E6 | 55 | 18 |
| Octal | 11 | 32 | 163 | 134 | 115 | 0 | 67 | 346 | 125 | 30 |
| Binary | 1001 | 11010 | 1110011 | 1011100 | 1001101 | 0 | 110111 | 11100110 | 1010101 | 11000 |
Color Harmonies of #091A73
Complementary color
Monochromatic Colors of #091A73
Black with #091A73
Text Example
Text Example
White with #091A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A73; }
p { color: rgb(9,26,115); }
H1.HeaderClassName
{
color: #091A73;
}
.AnyTagClassName
{
color: #091A73;
}
</style>
background-color css
<style>
a { background-color: #091A73; }
a { background-color: rgb(9,26,115); }
div.DivClassName
{
background-color: #091A73;
}
.BgClassName
{
background-color: #091A73;
}
</style>
border-color css
<style>
span { border-color: #091A73; }
span { border-color: rgb(9,26,115); }
td.TdClassName
{
border-color: #091A73;
}
.TagClassName
{
border-color: #091A73;
}
</style>