Shades of Sapphire #091F5D
Tints of Sapphire #091F5D
RGB
CMYK
RGB Variations
Color information
#091F5D (or 0x091F5D) is known color: Sapphire. HEX triplet: 09, 1F and 5D. RGB value is (9,31,93). Sum of RGB (Red+Green+Blue) = 9+31+93=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #091F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F5D is #F6E0A2. Grayscale: #1F1F1F. Windows color (decimal): -16179363 or 6102793. OLE color: 6102793.
HSL color Cylindrical-coordinate representation of color #091F5D: hue angle of 224.29º 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 #091F5D is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 31 | 93 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.64 |
| HSL | 224.29º | 0.82% | 0.2% | - |
| HSV(B) | 224.29º | 0.9% | 0.36% | - |
| XYZ | 2.58 | 1.83 | 10.57 | - |
| YUV | 31.49 | 162.71 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 93 | 0.90 | 0.67 | 0 | 0.64 | 224.29 | 0.82 | 0.2 |
| Hex | 9 | 1F | 5D | 5A | 43 | 0 | 40 | E0 | 52 | 14 |
| Octal | 11 | 37 | 135 | 132 | 103 | 0 | 100 | 340 | 122 | 24 |
| Binary | 1001 | 11111 | 1011101 | 1011010 | 1000011 | 0 | 1000000 | 11100000 | 1010010 | 10100 |
Color Harmonies of #091F5D
Complementary color
Monochromatic Colors of #091F5D
Black with #091F5D
Text Example
Text Example
White with #091F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F5D; }
p { color: rgb(9,31,93); }
H1.HeaderClassName
{
color: #091F5D;
}
.AnyTagClassName
{
color: #091F5D;
}
</style>
background-color css
<style>
a { background-color: #091F5D; }
a { background-color: rgb(9,31,93); }
div.DivClassName
{
background-color: #091F5D;
}
.BgClassName
{
background-color: #091F5D;
}
</style>
border-color css
<style>
span { border-color: #091F5D; }
span { border-color: rgb(9,31,93); }
td.TdClassName
{
border-color: #091F5D;
}
.TagClassName
{
border-color: #091F5D;
}
</style>