Shades of Sapphire #091D71
Tints of Sapphire #091D71
RGB
CMYK
RGB Variations
Color information
#091D71 (or 0x091D71) is known color: Sapphire. HEX triplet: 09, 1D and 71. RGB value is (9,29,113). Sum of RGB (Red+Green+Blue) = 9+29+113=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #091D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D71 is #F6E28E. Grayscale: #202020. Windows color (decimal): -16179855 or 7413001. OLE color: 7413001.
HSL color Cylindrical-coordinate representation of color #091D71: hue angle of 228.46º 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 #091D71 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 29 | 113 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.56 |
| HSL | 228.46º | 0.85% | 0.24% | - |
| HSV(B) | 228.46º | 0.92% | 0.44% | - |
| XYZ | 3.53 | 2.13 | 15.85 | - |
| YUV | 32.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 113 | 0.92 | 0.74 | 0 | 0.56 | 228.46 | 0.85 | 0.24 |
| Hex | 9 | 1D | 71 | 5C | 4A | 0 | 38 | E4 | 55 | 18 |
| Octal | 11 | 35 | 161 | 134 | 112 | 0 | 70 | 344 | 125 | 30 |
| Binary | 1001 | 11101 | 1110001 | 1011100 | 1001010 | 0 | 111000 | 11100100 | 1010101 | 11000 |
Color Harmonies of #091D71
Complementary color
Monochromatic Colors of #091D71
Black with #091D71
Text Example
Text Example
White with #091D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D71; }
p { color: rgb(9,29,113); }
H1.HeaderClassName
{
color: #091D71;
}
.AnyTagClassName
{
color: #091D71;
}
</style>
background-color css
<style>
a { background-color: #091D71; }
a { background-color: rgb(9,29,113); }
div.DivClassName
{
background-color: #091D71;
}
.BgClassName
{
background-color: #091D71;
}
</style>
border-color css
<style>
span { border-color: #091D71; }
span { border-color: rgb(9,29,113); }
td.TdClassName
{
border-color: #091D71;
}
.TagClassName
{
border-color: #091D71;
}
</style>