Shades of Sapphire #091E4B
Tints of Sapphire #091E4B
RGB
CMYK
RGB Variations
Color information
#091E4B (or 0x091E4B) is known color: Sapphire. HEX triplet: 09, 1E and 4B. RGB value is (9,30,75). Sum of RGB (Red+Green+Blue) = 9+30+75=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 75 (29.69% from 255 or 65.79% from 114); Max value from RGB is 75 - color contains mainly: blue. Hex color #091E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E4B is #F6E1B4. Grayscale: #1C1C1C. Windows color (decimal): -16179637 or 4922889. OLE color: 4922889.
HSL color Cylindrical-coordinate representation of color #091E4B: hue angle of 220.91º degrees, saturation: 0.79, 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 #091E4B is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 30 | 75 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.71 |
| HSL | 220.91º | 0.79% | 0.16% | - |
| HSV(B) | 220.91º | 0.88% | 0.29% | - |
| XYZ | 1.85 | 1.49 | 6.85 | - |
| YUV | 28.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 75 | 0.88 | 0.60 | 0 | 0.71 | 220.91 | 0.79 | 0.16 |
| Hex | 9 | 1E | 4B | 58 | 3C | 0 | 47 | DD | 4F | 10 |
| Octal | 11 | 36 | 113 | 130 | 74 | 0 | 107 | 335 | 117 | 20 |
| Binary | 1001 | 11110 | 1001011 | 1011000 | 111100 | 0 | 1000111 | 11011101 | 1001111 | 10000 |
Color Harmonies of #091E4B
Complementary color
Monochromatic Colors of #091E4B
Black with #091E4B
Text Example
Text Example
White with #091E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E4B; }
p { color: rgb(9,30,75); }
H1.HeaderClassName
{
color: #091E4B;
}
.AnyTagClassName
{
color: #091E4B;
}
</style>
background-color css
<style>
a { background-color: #091E4B; }
a { background-color: rgb(9,30,75); }
div.DivClassName
{
background-color: #091E4B;
}
.BgClassName
{
background-color: #091E4B;
}
</style>
border-color css
<style>
span { border-color: #091E4B; }
span { border-color: rgb(9,30,75); }
td.TdClassName
{
border-color: #091E4B;
}
.TagClassName
{
border-color: #091E4B;
}
</style>