Shades of Sapphire #091B72
Tints of Sapphire #091B72
RGB
CMYK
RGB Variations
Color information
#091B72 (or 0x091B72) is known color: Sapphire. HEX triplet: 09, 1B and 72. RGB value is (9,27,114). Sum of RGB (Red+Green+Blue) = 9+27+114=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 114 (44.92% from 255 or 76% from 150); Max value from RGB is 114 - color contains mainly: blue. Hex color #091B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B72 is #F6E48D. Grayscale: #1F1F1F. Windows color (decimal): -16180366 or 7478025. OLE color: 7478025.
HSL color Cylindrical-coordinate representation of color #091B72: hue angle of 229.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091B72 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 27 | 114 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.55 |
| HSL | 229.71º | 0.85% | 0.24% | - |
| HSV(B) | 229.71º | 0.92% | 0.45% | - |
| XYZ | 3.54 | 2.06 | 16.13 | - |
| YUV | 31.54 | 174.54 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 114 | 0.92 | 0.76 | 0 | 0.55 | 229.71 | 0.85 | 0.24 |
| Hex | 9 | 1B | 72 | 5C | 4C | 0 | 37 | E6 | 55 | 18 |
| Octal | 11 | 33 | 162 | 134 | 114 | 0 | 67 | 346 | 125 | 30 |
| Binary | 1001 | 11011 | 1110010 | 1011100 | 1001100 | 0 | 110111 | 11100110 | 1010101 | 11000 |
Color Harmonies of #091B72
Complementary color
Monochromatic Colors of #091B72
Black with #091B72
Text Example
Text Example
White with #091B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B72; }
p { color: rgb(9,27,114); }
H1.HeaderClassName
{
color: #091B72;
}
.AnyTagClassName
{
color: #091B72;
}
</style>
background-color css
<style>
a { background-color: #091B72; }
a { background-color: rgb(9,27,114); }
div.DivClassName
{
background-color: #091B72;
}
.BgClassName
{
background-color: #091B72;
}
</style>
border-color css
<style>
span { border-color: #091B72; }
span { border-color: rgb(9,27,114); }
td.TdClassName
{
border-color: #091B72;
}
.TagClassName
{
border-color: #091B72;
}
</style>