Shades of Sapphire #091B5A
Tints of Sapphire #091B5A
RGB
CMYK
RGB Variations
Color information
#091B5A (or 0x091B5A) is known color: Sapphire. HEX triplet: 09, 1B and 5A. RGB value is (9,27,90). Sum of RGB (Red+Green+Blue) = 9+27+90=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 90 (35.55% from 255 or 71.43% from 126); Max value from RGB is 90 - color contains mainly: blue. Hex color #091B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B5A is #F6E4A5. Grayscale: #1C1C1C. Windows color (decimal): -16180390 or 5905161. OLE color: 5905161.
HSL color Cylindrical-coordinate representation of color #091B5A: hue angle of 226.67º 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 #091B5A is Cyan = 0.9, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 27 | 90 | - |
| CMYK | 0.9 | 0.70 | 0 | 0.65 |
| HSL | 226.67º | 0.82% | 0.19% | - |
| HSV(B) | 226.67º | 0.9% | 0.35% | - |
| XYZ | 2.35 | 1.58 | 9.85 | - |
| YUV | 28.8 | 162.54 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 90 | 0.9 | 0.70 | 0 | 0.65 | 226.67 | 0.82 | 0.19 |
| Hex | 9 | 1B | 5A | 5A | 46 | 0 | 41 | E3 | 52 | 13 |
| Octal | 11 | 33 | 132 | 132 | 106 | 0 | 101 | 343 | 122 | 23 |
| Binary | 1001 | 11011 | 1011010 | 1011010 | 1000110 | 0 | 1000001 | 11100011 | 1010010 | 10011 |
Color Harmonies of #091B5A
Complementary color
Monochromatic Colors of #091B5A
Black with #091B5A
Text Example
Text Example
White with #091B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B5A; }
p { color: rgb(9,27,90); }
H1.HeaderClassName
{
color: #091B5A;
}
.AnyTagClassName
{
color: #091B5A;
}
</style>
background-color css
<style>
a { background-color: #091B5A; }
a { background-color: rgb(9,27,90); }
div.DivClassName
{
background-color: #091B5A;
}
.BgClassName
{
background-color: #091B5A;
}
</style>
border-color css
<style>
span { border-color: #091B5A; }
span { border-color: rgb(9,27,90); }
td.TdClassName
{
border-color: #091B5A;
}
.TagClassName
{
border-color: #091B5A;
}
</style>