Shades of Sapphire #091D52
Tints of Sapphire #091D52
RGB
CMYK
RGB Variations
Color information
#091D52 (or 0x091D52) is known color: Sapphire. HEX triplet: 09, 1D and 52. RGB value is (9,29,82). Sum of RGB (Red+Green+Blue) = 9+29+82=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 82 (32.42% from 255 or 68.33% from 120); Max value from RGB is 82 - color contains mainly: blue. Hex color #091D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D52 is #F6E2AD. Grayscale: #1C1C1C. Windows color (decimal): -16179886 or 5381385. OLE color: 5381385.
HSL color Cylindrical-coordinate representation of color #091D52: hue angle of 223.56º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091D52 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 29 | 82 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.68 |
| HSL | 223.56º | 0.8% | 0.18% | - |
| HSV(B) | 223.56º | 0.89% | 0.32% | - |
| XYZ | 2.08 | 1.55 | 8.17 | - |
| YUV | 29.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 82 | 0.89 | 0.65 | 0 | 0.68 | 223.56 | 0.8 | 0.18 |
| Hex | 9 | 1D | 52 | 59 | 41 | 0 | 44 | E0 | 50 | 12 |
| Octal | 11 | 35 | 122 | 131 | 101 | 0 | 104 | 340 | 120 | 22 |
| Binary | 1001 | 11101 | 1010010 | 1011001 | 1000001 | 0 | 1000100 | 11100000 | 1010000 | 10010 |
Color Harmonies of #091D52
Complementary color
Monochromatic Colors of #091D52
Black with #091D52
Text Example
Text Example
White with #091D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D52; }
p { color: rgb(9,29,82); }
H1.HeaderClassName
{
color: #091D52;
}
.AnyTagClassName
{
color: #091D52;
}
</style>
background-color css
<style>
a { background-color: #091D52; }
a { background-color: rgb(9,29,82); }
div.DivClassName
{
background-color: #091D52;
}
.BgClassName
{
background-color: #091D52;
}
</style>
border-color css
<style>
span { border-color: #091D52; }
span { border-color: rgb(9,29,82); }
td.TdClassName
{
border-color: #091D52;
}
.TagClassName
{
border-color: #091D52;
}
</style>