Shades of Sapphire #091E61
Tints of Sapphire #091E61
RGB
CMYK
RGB Variations
Color information
#091E61 (or 0x091E61) is known color: Sapphire. HEX triplet: 09, 1E and 61. RGB value is (9,30,97). Sum of RGB (Red+Green+Blue) = 9+30+97=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 97 (38.28% from 255 or 71.32% from 136); Max value from RGB is 97 - color contains mainly: blue. Hex color #091E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E61 is #F6E19E. Grayscale: #1F1F1F. Windows color (decimal): -16179615 or 6364681. OLE color: 6364681.
HSL color Cylindrical-coordinate representation of color #091E61: hue angle of 225.68º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091E61 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 30 | 97 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.62 |
| HSL | 225.68º | 0.83% | 0.21% | - |
| HSV(B) | 225.68º | 0.91% | 0.38% | - |
| XYZ | 2.73 | 1.85 | 11.52 | - |
| YUV | 31.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 97 | 0.91 | 0.69 | 0 | 0.62 | 225.68 | 0.83 | 0.21 |
| Hex | 9 | 1E | 61 | 5B | 45 | 0 | 3E | E2 | 53 | 15 |
| Octal | 11 | 36 | 141 | 133 | 105 | 0 | 76 | 342 | 123 | 25 |
| Binary | 1001 | 11110 | 1100001 | 1011011 | 1000101 | 0 | 111110 | 11100010 | 1010011 | 10101 |
Color Harmonies of #091E61
Complementary color
Monochromatic Colors of #091E61
Black with #091E61
Text Example
Text Example
White with #091E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E61; }
p { color: rgb(9,30,97); }
H1.HeaderClassName
{
color: #091E61;
}
.AnyTagClassName
{
color: #091E61;
}
</style>
background-color css
<style>
a { background-color: #091E61; }
a { background-color: rgb(9,30,97); }
div.DivClassName
{
background-color: #091E61;
}
.BgClassName
{
background-color: #091E61;
}
</style>
border-color css
<style>
span { border-color: #091E61; }
span { border-color: rgb(9,30,97); }
td.TdClassName
{
border-color: #091E61;
}
.TagClassName
{
border-color: #091E61;
}
</style>