Shades of Sapphire #091D4A
Tints of Sapphire #091D4A
RGB
CMYK
RGB Variations
Color information
#091D4A (or 0x091D4A) is known color: Sapphire. HEX triplet: 09, 1D and 4A. RGB value is (9,29,74). Sum of RGB (Red+Green+Blue) = 9+29+74=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 74 (29.30% from 255 or 66.07% from 112); Max value from RGB is 74 - color contains mainly: blue. Hex color #091D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D4A is #F6E2B5. Grayscale: #1B1B1B. Windows color (decimal): -16179894 or 4857097. OLE color: 4857097.
HSL color Cylindrical-coordinate representation of color #091D4A: hue angle of 221.54º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091D4A is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 29 | 74 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.71 |
| HSL | 221.54º | 0.78% | 0.16% | - |
| HSV(B) | 221.54º | 0.88% | 0.29% | - |
| XYZ | 1.79 | 1.43 | 6.66 | - |
| YUV | 28.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 74 | 0.88 | 0.61 | 0 | 0.71 | 221.54 | 0.78 | 0.16 |
| Hex | 9 | 1D | 4A | 58 | 3D | 0 | 47 | DE | 4E | 10 |
| Octal | 11 | 35 | 112 | 130 | 75 | 0 | 107 | 336 | 116 | 20 |
| Binary | 1001 | 11101 | 1001010 | 1011000 | 111101 | 0 | 1000111 | 11011110 | 1001110 | 10000 |
Color Harmonies of #091D4A
Complementary color
Monochromatic Colors of #091D4A
Black with #091D4A
Text Example
Text Example
White with #091D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D4A; }
p { color: rgb(9,29,74); }
H1.HeaderClassName
{
color: #091D4A;
}
.AnyTagClassName
{
color: #091D4A;
}
</style>
background-color css
<style>
a { background-color: #091D4A; }
a { background-color: rgb(9,29,74); }
div.DivClassName
{
background-color: #091D4A;
}
.BgClassName
{
background-color: #091D4A;
}
</style>
border-color css
<style>
span { border-color: #091D4A; }
span { border-color: rgb(9,29,74); }
td.TdClassName
{
border-color: #091D4A;
}
.TagClassName
{
border-color: #091D4A;
}
</style>