Shades of Sapphire #091B75
Tints of Sapphire #091B75
RGB
CMYK
RGB Variations
Color information
#091B75 (or 0x091B75) is known color: Sapphire. HEX triplet: 09, 1B and 75. RGB value is (9,27,117). Sum of RGB (Red+Green+Blue) = 9+27+117=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #091B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B75 is #F6E48A. Grayscale: #1F1F1F. Windows color (decimal): -16180363 or 7674633. OLE color: 7674633.
HSL color Cylindrical-coordinate representation of color #091B75: hue angle of 230º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091B75 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 27 | 117 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.54 |
| HSL | 230º | 0.86% | 0.25% | - |
| HSV(B) | 230º | 0.92% | 0.46% | - |
| XYZ | 3.72 | 2.13 | 17.04 | - |
| YUV | 31.88 | 176.04 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 117 | 0.92 | 0.77 | 0 | 0.54 | 230 | 0.86 | 0.25 |
| Hex | 9 | 1B | 75 | 5C | 4D | 0 | 36 | E6 | 56 | 19 |
| Octal | 11 | 33 | 165 | 134 | 115 | 0 | 66 | 346 | 126 | 31 |
| Binary | 1001 | 11011 | 1110101 | 1011100 | 1001101 | 0 | 110110 | 11100110 | 1010110 | 11001 |
Color Harmonies of #091B75
Complementary color
Monochromatic Colors of #091B75
Black with #091B75
Text Example
Text Example
White with #091B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B75; }
p { color: rgb(9,27,117); }
H1.HeaderClassName
{
color: #091B75;
}
.AnyTagClassName
{
color: #091B75;
}
</style>
background-color css
<style>
a { background-color: #091B75; }
a { background-color: rgb(9,27,117); }
div.DivClassName
{
background-color: #091B75;
}
.BgClassName
{
background-color: #091B75;
}
</style>
border-color css
<style>
span { border-color: #091B75; }
span { border-color: rgb(9,27,117); }
td.TdClassName
{
border-color: #091B75;
}
.TagClassName
{
border-color: #091B75;
}
</style>