Shades of Sapphire #091D64
Tints of Sapphire #091D64
RGB
CMYK
RGB Variations
Color information
#091D64 (or 0x091D64) is known color: Sapphire. HEX triplet: 09, 1D and 64. RGB value is (9,29,100). Sum of RGB (Red+Green+Blue) = 9+29+100=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 100 (39.45% from 255 or 72.46% from 138); Max value from RGB is 100 - color contains mainly: blue. Hex color #091D64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D64 is #F6E29B. Grayscale: #1E1E1E. Windows color (decimal): -16179868 or 6561033. OLE color: 6561033.
HSL color Cylindrical-coordinate representation of color #091D64: hue angle of 226.81º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091D64 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 29 | 100 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.61 |
| HSL | 226.81º | 0.83% | 0.21% | - |
| HSV(B) | 226.81º | 0.91% | 0.39% | - |
| XYZ | 2.85 | 1.86 | 12.26 | - |
| YUV | 31.11 | 166.87 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 100 | 0.91 | 0.71 | 0 | 0.61 | 226.81 | 0.83 | 0.21 |
| Hex | 9 | 1D | 64 | 5B | 47 | 0 | 3D | E3 | 53 | 15 |
| Octal | 11 | 35 | 144 | 133 | 107 | 0 | 75 | 343 | 123 | 25 |
| Binary | 1001 | 11101 | 1100100 | 1011011 | 1000111 | 0 | 111101 | 11100011 | 1010011 | 10101 |
Color Harmonies of #091D64
Complementary color
Monochromatic Colors of #091D64
Black with #091D64
Text Example
Text Example
White with #091D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D64; }
p { color: rgb(9,29,100); }
H1.HeaderClassName
{
color: #091D64;
}
.AnyTagClassName
{
color: #091D64;
}
</style>
background-color css
<style>
a { background-color: #091D64; }
a { background-color: rgb(9,29,100); }
div.DivClassName
{
background-color: #091D64;
}
.BgClassName
{
background-color: #091D64;
}
</style>
border-color css
<style>
span { border-color: #091D64; }
span { border-color: rgb(9,29,100); }
td.TdClassName
{
border-color: #091D64;
}
.TagClassName
{
border-color: #091D64;
}
</style>