Shades of Sapphire #091F7B
Tints of Sapphire #091F7B
RGB
CMYK
RGB Variations
Color information
#091F7B (or 0x091F7B) is known color: Sapphire. HEX triplet: 09, 1F and 7B. RGB value is (9,31,123). Sum of RGB (Red+Green+Blue) = 9+31+123=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 123 (48.44% from 255 or 75.46% from 163); Max value from RGB is 123 - color contains mainly: blue. Hex color #091F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F7B is #F6E084. Grayscale: #222222. Windows color (decimal): -16179333 or 8068873. OLE color: 8068873.
HSL color Cylindrical-coordinate representation of color #091F7B: hue angle of 228.42º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091F7B is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 31 | 123 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.52 |
| HSL | 228.42º | 0.86% | 0.26% | - |
| HSV(B) | 228.42º | 0.93% | 0.48% | - |
| XYZ | 4.18 | 2.47 | 19 | - |
| YUV | 34.91 | 177.71 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 123 | 0.93 | 0.75 | 0 | 0.52 | 228.42 | 0.86 | 0.26 |
| Hex | 9 | 1F | 7B | 5D | 4B | 0 | 34 | E4 | 56 | 1A |
| Octal | 11 | 37 | 173 | 135 | 113 | 0 | 64 | 344 | 126 | 32 |
| Binary | 1001 | 11111 | 1111011 | 1011101 | 1001011 | 0 | 110100 | 11100100 | 1010110 | 11010 |
Color Harmonies of #091F7B
Complementary color
Monochromatic Colors of #091F7B
Black with #091F7B
Text Example
Text Example
White with #091F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F7B; }
p { color: rgb(9,31,123); }
H1.HeaderClassName
{
color: #091F7B;
}
.AnyTagClassName
{
color: #091F7B;
}
</style>
background-color css
<style>
a { background-color: #091F7B; }
a { background-color: rgb(9,31,123); }
div.DivClassName
{
background-color: #091F7B;
}
.BgClassName
{
background-color: #091F7B;
}
</style>
border-color css
<style>
span { border-color: #091F7B; }
span { border-color: rgb(9,31,123); }
td.TdClassName
{
border-color: #091F7B;
}
.TagClassName
{
border-color: #091F7B;
}
</style>