Shades of Sapphire #091955
Tints of Sapphire #091955
RGB
CMYK
RGB Variations
Color information
#091955 (or 0x091955) is known color: Sapphire. HEX triplet: 09, 19 and 55. RGB value is (9,25,85). Sum of RGB (Red+Green+Blue) = 9+25+85=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #091955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091955 is #F6E6AA. Grayscale: #1A1A1A. Windows color (decimal): -16180907 or 5576969. OLE color: 5576969.
HSL color Cylindrical-coordinate representation of color #091955: hue angle of 227.37º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091955 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 25 | 85 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.67 |
| HSL | 227.37º | 0.81% | 0.18% | - |
| HSV(B) | 227.37º | 0.89% | 0.33% | - |
| XYZ | 2.1 | 1.41 | 8.76 | - |
| YUV | 27.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 85 | 0.89 | 0.71 | 0 | 0.67 | 227.37 | 0.81 | 0.18 |
| Hex | 9 | 19 | 55 | 59 | 47 | 0 | 43 | E3 | 51 | 12 |
| Octal | 11 | 31 | 125 | 131 | 107 | 0 | 103 | 343 | 121 | 22 |
| Binary | 1001 | 11001 | 1010101 | 1011001 | 1000111 | 0 | 1000011 | 11100011 | 1010001 | 10010 |
Color Harmonies of #091955
Complementary color
Monochromatic Colors of #091955
Black with #091955
Text Example
Text Example
White with #091955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091955; }
p { color: rgb(9,25,85); }
H1.HeaderClassName
{
color: #091955;
}
.AnyTagClassName
{
color: #091955;
}
</style>
background-color css
<style>
a { background-color: #091955; }
a { background-color: rgb(9,25,85); }
div.DivClassName
{
background-color: #091955;
}
.BgClassName
{
background-color: #091955;
}
</style>
border-color css
<style>
span { border-color: #091955; }
span { border-color: rgb(9,25,85); }
td.TdClassName
{
border-color: #091955;
}
.TagClassName
{
border-color: #091955;
}
</style>