Shades of Sapphire #091D6D
Tints of Sapphire #091D6D
RGB
CMYK
RGB Variations
Color information
#091D6D (or 0x091D6D) is known color: Sapphire. HEX triplet: 09, 1D and 6D. RGB value is (9,29,109). Sum of RGB (Red+Green+Blue) = 9+29+109=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 109 (42.97% from 255 or 74.15% from 147); Max value from RGB is 109 - color contains mainly: blue. Hex color #091D6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D6D is #F6E292. Grayscale: #1F1F1F. Windows color (decimal): -16179859 or 7150857. OLE color: 7150857.
HSL color Cylindrical-coordinate representation of color #091D6D: hue angle of 228º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091D6D is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 29 | 109 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.57 |
| HSL | 228º | 0.85% | 0.23% | - |
| HSV(B) | 228º | 0.92% | 0.43% | - |
| XYZ | 3.31 | 2.04 | 14.69 | - |
| YUV | 32.14 | 171.37 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 109 | 0.92 | 0.73 | 0 | 0.57 | 228 | 0.85 | 0.23 |
| Hex | 9 | 1D | 6D | 5C | 49 | 0 | 39 | E4 | 55 | 17 |
| Octal | 11 | 35 | 155 | 134 | 111 | 0 | 71 | 344 | 125 | 27 |
| Binary | 1001 | 11101 | 1101101 | 1011100 | 1001001 | 0 | 111001 | 11100100 | 1010101 | 10111 |
Color Harmonies of #091D6D
Complementary color
Monochromatic Colors of #091D6D
Black with #091D6D
Text Example
Text Example
White with #091D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D6D; }
p { color: rgb(9,29,109); }
H1.HeaderClassName
{
color: #091D6D;
}
.AnyTagClassName
{
color: #091D6D;
}
</style>
background-color css
<style>
a { background-color: #091D6D; }
a { background-color: rgb(9,29,109); }
div.DivClassName
{
background-color: #091D6D;
}
.BgClassName
{
background-color: #091D6D;
}
</style>
border-color css
<style>
span { border-color: #091D6D; }
span { border-color: rgb(9,29,109); }
td.TdClassName
{
border-color: #091D6D;
}
.TagClassName
{
border-color: #091D6D;
}
</style>