Shades of Sapphire #091F52
Tints of Sapphire #091F52
RGB
CMYK
RGB Variations
Color information
#091F52 (or 0x091F52) is known color: Sapphire. HEX triplet: 09, 1F and 52. RGB value is (9,31,82). Sum of RGB (Red+Green+Blue) = 9+31+82=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #091F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F52 is #F6E0AD. Grayscale: #1E1E1E. Windows color (decimal): -16179374 or 5381897. OLE color: 5381897.
HSL color Cylindrical-coordinate representation of color #091F52: hue angle of 221.92º 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 #091F52 is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 31 | 82 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.68 |
| HSL | 221.92º | 0.8% | 0.18% | - |
| HSV(B) | 221.92º | 0.89% | 0.32% | - |
| XYZ | 2.13 | 1.65 | 8.19 | - |
| YUV | 30.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 82 | 0.89 | 0.62 | 0 | 0.68 | 221.92 | 0.8 | 0.18 |
| Hex | 9 | 1F | 52 | 59 | 3E | 0 | 44 | DE | 50 | 12 |
| Octal | 11 | 37 | 122 | 131 | 76 | 0 | 104 | 336 | 120 | 22 |
| Binary | 1001 | 11111 | 1010010 | 1011001 | 111110 | 0 | 1000100 | 11011110 | 1010000 | 10010 |
Color Harmonies of #091F52
Complementary color
Monochromatic Colors of #091F52
Black with #091F52
Text Example
Text Example
White with #091F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F52; }
p { color: rgb(9,31,82); }
H1.HeaderClassName
{
color: #091F52;
}
.AnyTagClassName
{
color: #091F52;
}
</style>
background-color css
<style>
a { background-color: #091F52; }
a { background-color: rgb(9,31,82); }
div.DivClassName
{
background-color: #091F52;
}
.BgClassName
{
background-color: #091F52;
}
</style>
border-color css
<style>
span { border-color: #091F52; }
span { border-color: rgb(9,31,82); }
td.TdClassName
{
border-color: #091F52;
}
.TagClassName
{
border-color: #091F52;
}
</style>