Shades of Sapphire #091E4C
Tints of Sapphire #091E4C
RGB
CMYK
RGB Variations
Color information
#091E4C (or 0x091E4C) is known color: Sapphire. HEX triplet: 09, 1E and 4C. RGB value is (9,30,76). Sum of RGB (Red+Green+Blue) = 9+30+76=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 76 (30.08% from 255 or 66.09% from 115); Max value from RGB is 76 - color contains mainly: blue. Hex color #091E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E4C is #F6E1B3. Grayscale: #1C1C1C. Windows color (decimal): -16179636 or 4988425. OLE color: 4988425.
HSL color Cylindrical-coordinate representation of color #091E4C: hue angle of 221.19º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091E4C is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 30 | 76 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.70 |
| HSL | 221.19º | 0.79% | 0.17% | - |
| HSV(B) | 221.19º | 0.88% | 0.3% | - |
| XYZ | 1.88 | 1.51 | 7.03 | - |
| YUV | 28.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 76 | 0.88 | 0.61 | 0 | 0.70 | 221.19 | 0.79 | 0.17 |
| Hex | 9 | 1E | 4C | 58 | 3D | 0 | 46 | DD | 4F | 11 |
| Octal | 11 | 36 | 114 | 130 | 75 | 0 | 106 | 335 | 117 | 21 |
| Binary | 1001 | 11110 | 1001100 | 1011000 | 111101 | 0 | 1000110 | 11011101 | 1001111 | 10001 |
Color Harmonies of #091E4C
Complementary color
Monochromatic Colors of #091E4C
Black with #091E4C
Text Example
Text Example
White with #091E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E4C; }
p { color: rgb(9,30,76); }
H1.HeaderClassName
{
color: #091E4C;
}
.AnyTagClassName
{
color: #091E4C;
}
</style>
background-color css
<style>
a { background-color: #091E4C; }
a { background-color: rgb(9,30,76); }
div.DivClassName
{
background-color: #091E4C;
}
.BgClassName
{
background-color: #091E4C;
}
</style>
border-color css
<style>
span { border-color: #091E4C; }
span { border-color: rgb(9,30,76); }
td.TdClassName
{
border-color: #091E4C;
}
.TagClassName
{
border-color: #091E4C;
}
</style>