Shades of Sapphire #090F50
Tints of Sapphire #090F50
RGB
CMYK
RGB Variations
Color information
#090F50 (or 0x090F50) is known color: Sapphire. HEX triplet: 09, 0F and 50. RGB value is (9,15,80). Sum of RGB (Red+Green+Blue) = 9+15+80=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 80 (31.64% from 255 or 76.92% from 104); Max value from RGB is 80 - color contains mainly: blue. Hex color #090F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090F50 is #F6F0AF. Grayscale: #141414. Windows color (decimal): -16183472 or 5246729. OLE color: 5246729.
HSL color Cylindrical-coordinate representation of color #090F50: hue angle of 234.93º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090F50 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 15 | 80 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.69 |
| HSL | 234.93º | 0.8% | 0.17% | - |
| HSV(B) | 234.93º | 0.89% | 0.31% | - |
| XYZ | 1.73 | 0.98 | 7.69 | - |
| YUV | 20.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 80 | 0.89 | 0.81 | 0 | 0.69 | 234.93 | 0.8 | 0.17 |
| Hex | 9 | F | 50 | 59 | 51 | 0 | 45 | EB | 50 | 11 |
| Octal | 11 | 17 | 120 | 131 | 121 | 0 | 105 | 353 | 120 | 21 |
| Binary | 1001 | 1111 | 1010000 | 1011001 | 1010001 | 0 | 1000101 | 11101011 | 1010000 | 10001 |
Color Harmonies of #090F50
Complementary color
Monochromatic Colors of #090F50
Black with #090F50
Text Example
Text Example
White with #090F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F50; }
p { color: rgb(9,15,80); }
H1.HeaderClassName
{
color: #090F50;
}
.AnyTagClassName
{
color: #090F50;
}
</style>
background-color css
<style>
a { background-color: #090F50; }
a { background-color: rgb(9,15,80); }
div.DivClassName
{
background-color: #090F50;
}
.BgClassName
{
background-color: #090F50;
}
</style>
border-color css
<style>
span { border-color: #090F50; }
span { border-color: rgb(9,15,80); }
td.TdClassName
{
border-color: #090F50;
}
.TagClassName
{
border-color: #090F50;
}
</style>