Shades of Sapphire #091F68
Tints of Sapphire #091F68
RGB
CMYK
RGB Variations
Color information
#091F68 (or 0x091F68) is known color: Sapphire. HEX triplet: 09, 1F and 68. RGB value is (9,31,104). Sum of RGB (Red+Green+Blue) = 9+31+104=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 104 (41.02% from 255 or 72.22% from 144); Max value from RGB is 104 - color contains mainly: blue. Hex color #091F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F68 is #F6E097. Grayscale: #202020. Windows color (decimal): -16179352 or 6823689. OLE color: 6823689.
HSL color Cylindrical-coordinate representation of color #091F68: hue angle of 226.11º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091F68 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 31 | 104 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.59 |
| HSL | 226.11º | 0.84% | 0.22% | - |
| HSV(B) | 226.11º | 0.91% | 0.41% | - |
| XYZ | 3.1 | 2.04 | 13.33 | - |
| YUV | 32.74 | 168.21 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 104 | 0.91 | 0.70 | 0 | 0.59 | 226.11 | 0.84 | 0.22 |
| Hex | 9 | 1F | 68 | 5B | 46 | 0 | 3B | E2 | 54 | 16 |
| Octal | 11 | 37 | 150 | 133 | 106 | 0 | 73 | 342 | 124 | 26 |
| Binary | 1001 | 11111 | 1101000 | 1011011 | 1000110 | 0 | 111011 | 11100010 | 1010100 | 10110 |
Color Harmonies of #091F68
Complementary color
Monochromatic Colors of #091F68
Black with #091F68
Text Example
Text Example
White with #091F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F68; }
p { color: rgb(9,31,104); }
H1.HeaderClassName
{
color: #091F68;
}
.AnyTagClassName
{
color: #091F68;
}
</style>
background-color css
<style>
a { background-color: #091F68; }
a { background-color: rgb(9,31,104); }
div.DivClassName
{
background-color: #091F68;
}
.BgClassName
{
background-color: #091F68;
}
</style>
border-color css
<style>
span { border-color: #091F68; }
span { border-color: rgb(9,31,104); }
td.TdClassName
{
border-color: #091F68;
}
.TagClassName
{
border-color: #091F68;
}
</style>