Shades of Sapphire #091F54
Tints of Sapphire #091F54
RGB
CMYK
RGB Variations
Color information
#091F54 (or 0x091F54) is known color: Sapphire. HEX triplet: 09, 1F and 54. RGB value is (9,31,84). Sum of RGB (Red+Green+Blue) = 9+31+84=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 84 (33.20% from 255 or 67.74% from 124); Max value from RGB is 84 - color contains mainly: blue. Hex color #091F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F54 is #F6E0AB. Grayscale: #1E1E1E. Windows color (decimal): -16179372 or 5512969. OLE color: 5512969.
HSL color Cylindrical-coordinate representation of color #091F54: hue angle of 222.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091F54 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 31 | 84 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.67 |
| HSL | 222.4º | 0.81% | 0.18% | - |
| HSV(B) | 222.4º | 0.89% | 0.33% | - |
| XYZ | 2.2 | 1.68 | 8.6 | - |
| YUV | 30.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 84 | 0.89 | 0.63 | 0 | 0.67 | 222.4 | 0.81 | 0.18 |
| Hex | 9 | 1F | 54 | 59 | 3F | 0 | 43 | DE | 51 | 12 |
| Octal | 11 | 37 | 124 | 131 | 77 | 0 | 103 | 336 | 121 | 22 |
| Binary | 1001 | 11111 | 1010100 | 1011001 | 111111 | 0 | 1000011 | 11011110 | 1010001 | 10010 |
Color Harmonies of #091F54
Complementary color
Monochromatic Colors of #091F54
Black with #091F54
Text Example
Text Example
White with #091F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F54; }
p { color: rgb(9,31,84); }
H1.HeaderClassName
{
color: #091F54;
}
.AnyTagClassName
{
color: #091F54;
}
</style>
background-color css
<style>
a { background-color: #091F54; }
a { background-color: rgb(9,31,84); }
div.DivClassName
{
background-color: #091F54;
}
.BgClassName
{
background-color: #091F54;
}
</style>
border-color css
<style>
span { border-color: #091F54; }
span { border-color: rgb(9,31,84); }
td.TdClassName
{
border-color: #091F54;
}
.TagClassName
{
border-color: #091F54;
}
</style>