Shades of Sapphire #091C6D
Tints of Sapphire #091C6D
RGB
CMYK
RGB Variations
Color information
#091C6D (or 0x091C6D) is known color: Sapphire. HEX triplet: 09, 1C and 6D. RGB value is (9,28,109). Sum of RGB (Red+Green+Blue) = 9+28+109=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 109 (42.97% from 255 or 74.66% from 146); Max value from RGB is 109 - color contains mainly: blue. Hex color #091C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C6D is #F6E392. Grayscale: #1F1F1F. Windows color (decimal): -16180115 or 7150601. OLE color: 7150601.
HSL color Cylindrical-coordinate representation of color #091C6D: hue angle of 228.6º 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 #091C6D is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 28 | 109 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.57 |
| HSL | 228.6º | 0.85% | 0.23% | - |
| HSV(B) | 228.6º | 0.92% | 0.43% | - |
| XYZ | 3.29 | 1.99 | 14.68 | - |
| YUV | 31.55 | 171.71 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 109 | 0.92 | 0.74 | 0 | 0.57 | 228.6 | 0.85 | 0.23 |
| Hex | 9 | 1C | 6D | 5C | 4A | 0 | 39 | E5 | 55 | 17 |
| Octal | 11 | 34 | 155 | 134 | 112 | 0 | 71 | 345 | 125 | 27 |
| Binary | 1001 | 11100 | 1101101 | 1011100 | 1001010 | 0 | 111001 | 11100101 | 1010101 | 10111 |
Color Harmonies of #091C6D
Complementary color
Monochromatic Colors of #091C6D
Black with #091C6D
Text Example
Text Example
White with #091C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C6D; }
p { color: rgb(9,28,109); }
H1.HeaderClassName
{
color: #091C6D;
}
.AnyTagClassName
{
color: #091C6D;
}
</style>
background-color css
<style>
a { background-color: #091C6D; }
a { background-color: rgb(9,28,109); }
div.DivClassName
{
background-color: #091C6D;
}
.BgClassName
{
background-color: #091C6D;
}
</style>
border-color css
<style>
span { border-color: #091C6D; }
span { border-color: rgb(9,28,109); }
td.TdClassName
{
border-color: #091C6D;
}
.TagClassName
{
border-color: #091C6D;
}
</style>