Shades of Sapphire #091D7B
Tints of Sapphire #091D7B
RGB
CMYK
RGB Variations
Color information
#091D7B (or 0x091D7B) is known color: Sapphire. HEX triplet: 09, 1D and 7B. RGB value is (9,29,123). Sum of RGB (Red+Green+Blue) = 9+29+123=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 123 (48.44% from 255 or 76.40% from 161); Max value from RGB is 123 - color contains mainly: blue. Hex color #091D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D7B is #F6E284. Grayscale: #212121. Windows color (decimal): -16179845 or 8068361. OLE color: 8068361.
HSL color Cylindrical-coordinate representation of color #091D7B: hue angle of 229.47º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091D7B is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 29 | 123 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.52 |
| HSL | 229.47º | 0.86% | 0.26% | - |
| HSV(B) | 229.47º | 0.93% | 0.48% | - |
| XYZ | 4.13 | 2.37 | 18.98 | - |
| YUV | 33.74 | 178.37 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 123 | 0.93 | 0.76 | 0 | 0.52 | 229.47 | 0.86 | 0.26 |
| Hex | 9 | 1D | 7B | 5D | 4C | 0 | 34 | E5 | 56 | 1A |
| Octal | 11 | 35 | 173 | 135 | 114 | 0 | 64 | 345 | 126 | 32 |
| Binary | 1001 | 11101 | 1111011 | 1011101 | 1001100 | 0 | 110100 | 11100101 | 1010110 | 11010 |
Color Harmonies of #091D7B
Complementary color
Monochromatic Colors of #091D7B
Black with #091D7B
Text Example
Text Example
White with #091D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D7B; }
p { color: rgb(9,29,123); }
H1.HeaderClassName
{
color: #091D7B;
}
.AnyTagClassName
{
color: #091D7B;
}
</style>
background-color css
<style>
a { background-color: #091D7B; }
a { background-color: rgb(9,29,123); }
div.DivClassName
{
background-color: #091D7B;
}
.BgClassName
{
background-color: #091D7B;
}
</style>
border-color css
<style>
span { border-color: #091D7B; }
span { border-color: rgb(9,29,123); }
td.TdClassName
{
border-color: #091D7B;
}
.TagClassName
{
border-color: #091D7B;
}
</style>