Shades of Sapphire #091E5F
Tints of Sapphire #091E5F
RGB
CMYK
RGB Variations
Color information
#091E5F (or 0x091E5F) is known color: Sapphire. HEX triplet: 09, 1E and 5F. RGB value is (9,30,95). Sum of RGB (Red+Green+Blue) = 9+30+95=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 95 (37.5% from 255 or 70.90% from 134); Max value from RGB is 95 - color contains mainly: blue. Hex color #091E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E5F is #F6E1A0. Grayscale: #1E1E1E. Windows color (decimal): -16179617 or 6233609. OLE color: 6233609.
HSL color Cylindrical-coordinate representation of color #091E5F: hue angle of 225.35º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091E5F is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 30 | 95 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.63 |
| HSL | 225.35º | 0.83% | 0.2% | - |
| HSV(B) | 225.35º | 0.91% | 0.37% | - |
| XYZ | 2.64 | 1.81 | 11.04 | - |
| YUV | 31.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 95 | 0.91 | 0.68 | 0 | 0.63 | 225.35 | 0.83 | 0.2 |
| Hex | 9 | 1E | 5F | 5B | 44 | 0 | 3F | E1 | 53 | 14 |
| Octal | 11 | 36 | 137 | 133 | 104 | 0 | 77 | 341 | 123 | 24 |
| Binary | 1001 | 11110 | 1011111 | 1011011 | 1000100 | 0 | 111111 | 11100001 | 1010011 | 10100 |
Color Harmonies of #091E5F
Complementary color
Monochromatic Colors of #091E5F
Black with #091E5F
Text Example
Text Example
White with #091E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E5F; }
p { color: rgb(9,30,95); }
H1.HeaderClassName
{
color: #091E5F;
}
.AnyTagClassName
{
color: #091E5F;
}
</style>
background-color css
<style>
a { background-color: #091E5F; }
a { background-color: rgb(9,30,95); }
div.DivClassName
{
background-color: #091E5F;
}
.BgClassName
{
background-color: #091E5F;
}
</style>
border-color css
<style>
span { border-color: #091E5F; }
span { border-color: rgb(9,30,95); }
td.TdClassName
{
border-color: #091E5F;
}
.TagClassName
{
border-color: #091E5F;
}
</style>