Shades of Sapphire #091A5B
Tints of Sapphire #091A5B
RGB
CMYK
RGB Variations
Color information
#091A5B (or 0x091A5B) is known color: Sapphire. HEX triplet: 09, 1A and 5B. RGB value is (9,26,91). Sum of RGB (Red+Green+Blue) = 9+26+91=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 91 (35.94% from 255 or 72.22% from 126); Max value from RGB is 91 - color contains mainly: blue. Hex color #091A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A5B is #F6E5A4. Grayscale: #1C1C1C. Windows color (decimal): -16180645 or 5970441. OLE color: 5970441.
HSL color Cylindrical-coordinate representation of color #091A5B: hue angle of 227.56º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091A5B is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 26 | 91 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.64 |
| HSL | 227.56º | 0.82% | 0.2% | - |
| HSV(B) | 227.56º | 0.9% | 0.36% | - |
| XYZ | 2.37 | 1.55 | 10.07 | - |
| YUV | 28.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 91 | 0.90 | 0.71 | 0 | 0.64 | 227.56 | 0.82 | 0.2 |
| Hex | 9 | 1A | 5B | 5A | 47 | 0 | 40 | E4 | 52 | 14 |
| Octal | 11 | 32 | 133 | 132 | 107 | 0 | 100 | 344 | 122 | 24 |
| Binary | 1001 | 11010 | 1011011 | 1011010 | 1000111 | 0 | 1000000 | 11100100 | 1010010 | 10100 |
Color Harmonies of #091A5B
Complementary color
Monochromatic Colors of #091A5B
Black with #091A5B
Text Example
Text Example
White with #091A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A5B; }
p { color: rgb(9,26,91); }
H1.HeaderClassName
{
color: #091A5B;
}
.AnyTagClassName
{
color: #091A5B;
}
</style>
background-color css
<style>
a { background-color: #091A5B; }
a { background-color: rgb(9,26,91); }
div.DivClassName
{
background-color: #091A5B;
}
.BgClassName
{
background-color: #091A5B;
}
</style>
border-color css
<style>
span { border-color: #091A5B; }
span { border-color: rgb(9,26,91); }
td.TdClassName
{
border-color: #091A5B;
}
.TagClassName
{
border-color: #091A5B;
}
</style>