Shades of Sapphire #091F77
Tints of Sapphire #091F77
RGB
CMYK
RGB Variations
Color information
#091F77 (or 0x091F77) is known color: Sapphire. HEX triplet: 09, 1F and 77. RGB value is (9,31,119). Sum of RGB (Red+Green+Blue) = 9+31+119=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 119 (46.88% from 255 or 74.84% from 159); Max value from RGB is 119 - color contains mainly: blue. Hex color #091F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F77 is #F6E088. Grayscale: #222222. Windows color (decimal): -16179337 or 7806729. OLE color: 7806729.
HSL color Cylindrical-coordinate representation of color #091F77: hue angle of 228º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091F77 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 31 | 119 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.53 |
| HSL | 228º | 0.86% | 0.25% | - |
| HSV(B) | 228º | 0.92% | 0.47% | - |
| XYZ | 3.93 | 2.37 | 17.7 | - |
| YUV | 34.45 | 175.71 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 119 | 0.92 | 0.74 | 0 | 0.53 | 228 | 0.86 | 0.25 |
| Hex | 9 | 1F | 77 | 5C | 4A | 0 | 35 | E4 | 56 | 19 |
| Octal | 11 | 37 | 167 | 134 | 112 | 0 | 65 | 344 | 126 | 31 |
| Binary | 1001 | 11111 | 1110111 | 1011100 | 1001010 | 0 | 110101 | 11100100 | 1010110 | 11001 |
Color Harmonies of #091F77
Complementary color
Monochromatic Colors of #091F77
Black with #091F77
Text Example
Text Example
White with #091F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F77; }
p { color: rgb(9,31,119); }
H1.HeaderClassName
{
color: #091F77;
}
.AnyTagClassName
{
color: #091F77;
}
</style>
background-color css
<style>
a { background-color: #091F77; }
a { background-color: rgb(9,31,119); }
div.DivClassName
{
background-color: #091F77;
}
.BgClassName
{
background-color: #091F77;
}
</style>
border-color css
<style>
span { border-color: #091F77; }
span { border-color: rgb(9,31,119); }
td.TdClassName
{
border-color: #091F77;
}
.TagClassName
{
border-color: #091F77;
}
</style>