Shades of Sapphire #091D54
Tints of Sapphire #091D54
RGB
CMYK
RGB Variations
Color information
#091D54 (or 0x091D54) is known color: Sapphire. HEX triplet: 09, 1D and 54. RGB value is (9,29,84). Sum of RGB (Red+Green+Blue) = 9+29+84=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 84 (33.20% from 255 or 68.85% from 122); Max value from RGB is 84 - color contains mainly: blue. Hex color #091D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D54 is #F6E2AB. Grayscale: #1D1D1D. Windows color (decimal): -16179884 or 5512457. OLE color: 5512457.
HSL color Cylindrical-coordinate representation of color #091D54: hue angle of 224º 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 #091D54 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 29 | 84 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.67 |
| HSL | 224º | 0.81% | 0.18% | - |
| HSV(B) | 224º | 0.89% | 0.33% | - |
| XYZ | 2.15 | 1.58 | 8.58 | - |
| YUV | 29.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 84 | 0.89 | 0.65 | 0 | 0.67 | 224 | 0.81 | 0.18 |
| Hex | 9 | 1D | 54 | 59 | 41 | 0 | 43 | E0 | 51 | 12 |
| Octal | 11 | 35 | 124 | 131 | 101 | 0 | 103 | 340 | 121 | 22 |
| Binary | 1001 | 11101 | 1010100 | 1011001 | 1000001 | 0 | 1000011 | 11100000 | 1010001 | 10010 |
Color Harmonies of #091D54
Complementary color
Monochromatic Colors of #091D54
Black with #091D54
Text Example
Text Example
White with #091D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D54; }
p { color: rgb(9,29,84); }
H1.HeaderClassName
{
color: #091D54;
}
.AnyTagClassName
{
color: #091D54;
}
</style>
background-color css
<style>
a { background-color: #091D54; }
a { background-color: rgb(9,29,84); }
div.DivClassName
{
background-color: #091D54;
}
.BgClassName
{
background-color: #091D54;
}
</style>
border-color css
<style>
span { border-color: #091D54; }
span { border-color: rgb(9,29,84); }
td.TdClassName
{
border-color: #091D54;
}
.TagClassName
{
border-color: #091D54;
}
</style>