Shades of Sapphire #091E5A
Tints of Sapphire #091E5A
RGB
CMYK
RGB Variations
Color information
#091E5A (or 0x091E5A) is known color: Sapphire. HEX triplet: 09, 1E and 5A. RGB value is (9,30,90). Sum of RGB (Red+Green+Blue) = 9+30+90=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 90 (35.55% from 255 or 69.77% from 129); Max value from RGB is 90 - color contains mainly: blue. Hex color #091E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E5A is #F6E1A5. Grayscale: #1E1E1E. Windows color (decimal): -16179622 or 5905929. OLE color: 5905929.
HSL color Cylindrical-coordinate representation of color #091E5A: hue angle of 224.44º 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 #091E5A is Cyan = 0.9, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 30 | 90 | - |
| CMYK | 0.9 | 0.67 | 0 | 0.65 |
| HSL | 224.44º | 0.82% | 0.19% | - |
| HSV(B) | 224.44º | 0.9% | 0.35% | - |
| XYZ | 2.42 | 1.72 | 9.88 | - |
| YUV | 30.56 | 161.54 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 90 | 0.9 | 0.67 | 0 | 0.65 | 224.44 | 0.82 | 0.19 |
| Hex | 9 | 1E | 5A | 5A | 43 | 0 | 41 | E0 | 52 | 13 |
| Octal | 11 | 36 | 132 | 132 | 103 | 0 | 101 | 340 | 122 | 23 |
| Binary | 1001 | 11110 | 1011010 | 1011010 | 1000011 | 0 | 1000001 | 11100000 | 1010010 | 10011 |
Color Harmonies of #091E5A
Complementary color
Monochromatic Colors of #091E5A
Black with #091E5A
Text Example
Text Example
White with #091E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E5A; }
p { color: rgb(9,30,90); }
H1.HeaderClassName
{
color: #091E5A;
}
.AnyTagClassName
{
color: #091E5A;
}
</style>
background-color css
<style>
a { background-color: #091E5A; }
a { background-color: rgb(9,30,90); }
div.DivClassName
{
background-color: #091E5A;
}
.BgClassName
{
background-color: #091E5A;
}
</style>
border-color css
<style>
span { border-color: #091E5A; }
span { border-color: rgb(9,30,90); }
td.TdClassName
{
border-color: #091E5A;
}
.TagClassName
{
border-color: #091E5A;
}
</style>