Shades of Sapphire #091752
Tints of Sapphire #091752
RGB
CMYK
RGB Variations
Color information
#091752 (or 0x091752) is known color: Sapphire. HEX triplet: 09, 17 and 52. RGB value is (9,23,82). Sum of RGB (Red+Green+Blue) = 9+23+82=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 82 (32.42% from 255 or 71.93% from 114); Max value from RGB is 82 - color contains mainly: blue. Hex color #091752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091752 is #F6E8AD. Grayscale: #191919. Windows color (decimal): -16181422 or 5379849. OLE color: 5379849.
HSL color Cylindrical-coordinate representation of color #091752: hue angle of 228.49º 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 #091752 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 23 | 82 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.68 |
| HSL | 228.49º | 0.8% | 0.18% | - |
| HSV(B) | 228.49º | 0.89% | 0.32% | - |
| XYZ | 1.94 | 1.28 | 8.13 | - |
| YUV | 25.54 | 159.86 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 23 | 82 | 0.89 | 0.72 | 0 | 0.68 | 228.49 | 0.8 | 0.18 |
| Hex | 9 | 17 | 52 | 59 | 48 | 0 | 44 | E4 | 50 | 12 |
| Octal | 11 | 27 | 122 | 131 | 110 | 0 | 104 | 344 | 120 | 22 |
| Binary | 1001 | 10111 | 1010010 | 1011001 | 1001000 | 0 | 1000100 | 11100100 | 1010000 | 10010 |
Color Harmonies of #091752
Complementary color
Monochromatic Colors of #091752
Black with #091752
Text Example
Text Example
White with #091752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091752; }
p { color: rgb(9,23,82); }
H1.HeaderClassName
{
color: #091752;
}
.AnyTagClassName
{
color: #091752;
}
</style>
background-color css
<style>
a { background-color: #091752; }
a { background-color: rgb(9,23,82); }
div.DivClassName
{
background-color: #091752;
}
.BgClassName
{
background-color: #091752;
}
</style>
border-color css
<style>
span { border-color: #091752; }
span { border-color: rgb(9,23,82); }
td.TdClassName
{
border-color: #091752;
}
.TagClassName
{
border-color: #091752;
}
</style>