Shades of Sapphire #091A5A
Tints of Sapphire #091A5A
RGB
CMYK
RGB Variations
Color information
#091A5A (or 0x091A5A) is known color: Sapphire. HEX triplet: 09, 1A and 5A. RGB value is (9,26,90). Sum of RGB (Red+Green+Blue) = 9+26+90=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 90 (35.55% from 255 or 72% from 125); Max value from RGB is 90 - color contains mainly: blue. Hex color #091A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A5A is #F6E5A5. Grayscale: #1B1B1B. Windows color (decimal): -16180646 or 5904905. OLE color: 5904905.
HSL color Cylindrical-coordinate representation of color #091A5A: hue angle of 227.41º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091A5A is Cyan = 0.9, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 26 | 90 | - |
| CMYK | 0.9 | 0.71 | 0 | 0.65 |
| HSL | 227.41º | 0.82% | 0.19% | - |
| HSV(B) | 227.41º | 0.9% | 0.35% | - |
| XYZ | 2.33 | 1.54 | 9.85 | - |
| YUV | 28.21 | 162.87 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 90 | 0.9 | 0.71 | 0 | 0.65 | 227.41 | 0.82 | 0.19 |
| Hex | 9 | 1A | 5A | 5A | 47 | 0 | 41 | E3 | 52 | 13 |
| Octal | 11 | 32 | 132 | 132 | 107 | 0 | 101 | 343 | 122 | 23 |
| Binary | 1001 | 11010 | 1011010 | 1011010 | 1000111 | 0 | 1000001 | 11100011 | 1010010 | 10011 |
Color Harmonies of #091A5A
Complementary color
Monochromatic Colors of #091A5A
Black with #091A5A
Text Example
Text Example
White with #091A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A5A; }
p { color: rgb(9,26,90); }
H1.HeaderClassName
{
color: #091A5A;
}
.AnyTagClassName
{
color: #091A5A;
}
</style>
background-color css
<style>
a { background-color: #091A5A; }
a { background-color: rgb(9,26,90); }
div.DivClassName
{
background-color: #091A5A;
}
.BgClassName
{
background-color: #091A5A;
}
</style>
border-color css
<style>
span { border-color: #091A5A; }
span { border-color: rgb(9,26,90); }
td.TdClassName
{
border-color: #091A5A;
}
.TagClassName
{
border-color: #091A5A;
}
</style>