Shades of Sapphire #091D5D
Tints of Sapphire #091D5D
RGB
CMYK
RGB Variations
Color information
#091D5D (or 0x091D5D) is known color: Sapphire. HEX triplet: 09, 1D and 5D. RGB value is (9,29,93). Sum of RGB (Red+Green+Blue) = 9+29+93=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #091D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D5D is #F6E2A2. Grayscale: #1E1E1E. Windows color (decimal): -16179875 or 6102281. OLE color: 6102281.
HSL color Cylindrical-coordinate representation of color #091D5D: hue angle of 225.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091D5D is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 9 | 29 | 93 | - |
CMYK | 0.90 | 0.69 | 0 | 0.64 |
HSL | 225.71º | 0.82% | 0.2% | - |
HSV(B) | 225.71º | 0.9% | 0.36% | - |
XYZ | 2.53 | 1.73 | 10.56 | - |
YUV | 30.32 | 163.37 | 112.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 29 | 93 | 0.90 | 0.69 | 0 | 0.64 | 225.71 | 0.82 | 0.2 |
Hex | 9 | 1D | 5D | 5A | 45 | 0 | 40 | E2 | 52 | 14 |
Octal | 11 | 35 | 135 | 132 | 105 | 0 | 100 | 342 | 122 | 24 |
Binary | 1001 | 11101 | 1011101 | 1011010 | 1000101 | 0 | 1000000 | 11100010 | 1010010 | 10100 |
Color Harmonies of #091D5D
Complementary color
Monochromatic Colors of #091D5D
Black with #091D5D
Text Example
Text Example
White with #091D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D5D; }
p { color: rgb(9,29,93); }
H1.HeaderClassName
{
color: #091D5D;
}
.AnyTagClassName
{
color: #091D5D;
}
</style>
background-color css
<style>
a { background-color: #091D5D; }
a { background-color: rgb(9,29,93); }
div.DivClassName
{
background-color: #091D5D;
}
.BgClassName
{
background-color: #091D5D;
}
</style>
border-color css
<style>
span { border-color: #091D5D; }
span { border-color: rgb(9,29,93); }
td.TdClassName
{
border-color: #091D5D;
}
.TagClassName
{
border-color: #091D5D;
}
</style>