Shades of Sapphire #090F4E
Tints of Sapphire #090F4E
RGB
CMYK
RGB Variations
Color information
#090F4E (or 0x090F4E) is known color: Sapphire. HEX triplet: 09, 0F and 4E. RGB value is (9,15,78). Sum of RGB (Red+Green+Blue) = 9+15+78=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 78 (30.86% from 255 or 76.47% from 102); Max value from RGB is 78 - color contains mainly: blue. Hex color #090F4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090F4E is #F6F0B1. Grayscale: #141414. Windows color (decimal): -16183474 or 5115657. OLE color: 5115657.
HSL color Cylindrical-coordinate representation of color #090F4E: hue angle of 234.78º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #090F4E is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 15 | 78 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.69 |
| HSL | 234.78º | 0.79% | 0.17% | - |
| HSV(B) | 234.78º | 0.88% | 0.31% | - |
| XYZ | 1.66 | 0.95 | 7.3 | - |
| YUV | 20.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 78 | 0.88 | 0.81 | 0 | 0.69 | 234.78 | 0.79 | 0.17 |
| Hex | 9 | F | 4E | 58 | 51 | 0 | 45 | EB | 4F | 11 |
| Octal | 11 | 17 | 116 | 130 | 121 | 0 | 105 | 353 | 117 | 21 |
| Binary | 1001 | 1111 | 1001110 | 1011000 | 1010001 | 0 | 1000101 | 11101011 | 1001111 | 10001 |
Color Harmonies of #090F4E
Complementary color
Monochromatic Colors of #090F4E
Black with #090F4E
Text Example
Text Example
White with #090F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F4E; }
p { color: rgb(9,15,78); }
H1.HeaderClassName
{
color: #090F4E;
}
.AnyTagClassName
{
color: #090F4E;
}
</style>
background-color css
<style>
a { background-color: #090F4E; }
a { background-color: rgb(9,15,78); }
div.DivClassName
{
background-color: #090F4E;
}
.BgClassName
{
background-color: #090F4E;
}
</style>
border-color css
<style>
span { border-color: #090F4E; }
span { border-color: rgb(9,15,78); }
td.TdClassName
{
border-color: #090F4E;
}
.TagClassName
{
border-color: #090F4E;
}
</style>