Shades of Sapphire #091F70
Tints of Sapphire #091F70
RGB
CMYK
RGB Variations
Color information
#091F70 (or 0x091F70) is known color: Sapphire. HEX triplet: 09, 1F and 70. RGB value is (9,31,112). Sum of RGB (Red+Green+Blue) = 9+31+112=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 112 (44.14% from 255 or 73.68% from 152); Max value from RGB is 112 - color contains mainly: blue. Hex color #091F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F70 is #F6E08F. Grayscale: #212121. Windows color (decimal): -16179344 or 7347977. OLE color: 7347977.
HSL color Cylindrical-coordinate representation of color #091F70: hue angle of 227.18º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091F70 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 31 | 112 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.56 |
| HSL | 227.18º | 0.85% | 0.24% | - |
| HSV(B) | 227.18º | 0.92% | 0.44% | - |
| XYZ | 3.53 | 2.21 | 15.57 | - |
| YUV | 33.66 | 172.21 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 112 | 0.92 | 0.72 | 0 | 0.56 | 227.18 | 0.85 | 0.24 |
| Hex | 9 | 1F | 70 | 5C | 48 | 0 | 38 | E3 | 55 | 18 |
| Octal | 11 | 37 | 160 | 134 | 110 | 0 | 70 | 343 | 125 | 30 |
| Binary | 1001 | 11111 | 1110000 | 1011100 | 1001000 | 0 | 111000 | 11100011 | 1010101 | 11000 |
Color Harmonies of #091F70
Complementary color
Monochromatic Colors of #091F70
Black with #091F70
Text Example
Text Example
White with #091F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F70; }
p { color: rgb(9,31,112); }
H1.HeaderClassName
{
color: #091F70;
}
.AnyTagClassName
{
color: #091F70;
}
</style>
background-color css
<style>
a { background-color: #091F70; }
a { background-color: rgb(9,31,112); }
div.DivClassName
{
background-color: #091F70;
}
.BgClassName
{
background-color: #091F70;
}
</style>
border-color css
<style>
span { border-color: #091F70; }
span { border-color: rgb(9,31,112); }
td.TdClassName
{
border-color: #091F70;
}
.TagClassName
{
border-color: #091F70;
}
</style>