Shades of Sapphire #091D74
Tints of Sapphire #091D74
RGB
CMYK
RGB Variations
Color information
#091D74 (or 0x091D74) is known color: Sapphire. HEX triplet: 09, 1D and 74. RGB value is (9,29,116). Sum of RGB (Red+Green+Blue) = 9+29+116=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 116 (45.70% from 255 or 75.32% from 154); Max value from RGB is 116 - color contains mainly: blue. Hex color #091D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D74 is #F6E28B. Grayscale: #202020. Windows color (decimal): -16179852 or 7609609. OLE color: 7609609.
HSL color Cylindrical-coordinate representation of color #091D74: hue angle of 228.79º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091D74 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 29 | 116 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.55 |
| HSL | 228.79º | 0.86% | 0.25% | - |
| HSV(B) | 228.79º | 0.92% | 0.45% | - |
| XYZ | 3.7 | 2.2 | 16.75 | - |
| YUV | 32.94 | 174.87 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 116 | 0.92 | 0.75 | 0 | 0.55 | 228.79 | 0.86 | 0.25 |
| Hex | 9 | 1D | 74 | 5C | 4B | 0 | 37 | E5 | 56 | 19 |
| Octal | 11 | 35 | 164 | 134 | 113 | 0 | 67 | 345 | 126 | 31 |
| Binary | 1001 | 11101 | 1110100 | 1011100 | 1001011 | 0 | 110111 | 11100101 | 1010110 | 11001 |
Color Harmonies of #091D74
Complementary color
Monochromatic Colors of #091D74
Black with #091D74
Text Example
Text Example
White with #091D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D74; }
p { color: rgb(9,29,116); }
H1.HeaderClassName
{
color: #091D74;
}
.AnyTagClassName
{
color: #091D74;
}
</style>
background-color css
<style>
a { background-color: #091D74; }
a { background-color: rgb(9,29,116); }
div.DivClassName
{
background-color: #091D74;
}
.BgClassName
{
background-color: #091D74;
}
</style>
border-color css
<style>
span { border-color: #091D74; }
span { border-color: rgb(9,29,116); }
td.TdClassName
{
border-color: #091D74;
}
.TagClassName
{
border-color: #091D74;
}
</style>