Shades of Sapphire #090F4D
Tints of Sapphire #090F4D
RGB
CMYK
RGB Variations
Color information
#090F4D (or 0x090F4D) is known color: Sapphire. HEX triplet: 09, 0F and 4D. RGB value is (9,15,77). Sum of RGB (Red+Green+Blue) = 9+15+77=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #090F4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090F4D is #F6F0B2. Grayscale: #141414. Windows color (decimal): -16183475 or 5050121. OLE color: 5050121.
HSL color Cylindrical-coordinate representation of color #090F4D: hue angle of 234.71º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #090F4D is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 15 | 77 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.70 |
| HSL | 234.71º | 0.79% | 0.17% | - |
| HSV(B) | 234.71º | 0.88% | 0.3% | - |
| XYZ | 1.62 | 0.94 | 7.12 | - |
| YUV | 20.27 | 160.01 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 77 | 0.88 | 0.81 | 0 | 0.70 | 234.71 | 0.79 | 0.17 |
| Hex | 9 | F | 4D | 58 | 51 | 0 | 46 | EB | 4F | 11 |
| Octal | 11 | 17 | 115 | 130 | 121 | 0 | 106 | 353 | 117 | 21 |
| Binary | 1001 | 1111 | 1001101 | 1011000 | 1010001 | 0 | 1000110 | 11101011 | 1001111 | 10001 |
Color Harmonies of #090F4D
Complementary color
Monochromatic Colors of #090F4D
Black with #090F4D
Text Example
Text Example
White with #090F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F4D; }
p { color: rgb(9,15,77); }
H1.HeaderClassName
{
color: #090F4D;
}
.AnyTagClassName
{
color: #090F4D;
}
</style>
background-color css
<style>
a { background-color: #090F4D; }
a { background-color: rgb(9,15,77); }
div.DivClassName
{
background-color: #090F4D;
}
.BgClassName
{
background-color: #090F4D;
}
</style>
border-color css
<style>
span { border-color: #090F4D; }
span { border-color: rgb(9,15,77); }
td.TdClassName
{
border-color: #090F4D;
}
.TagClassName
{
border-color: #090F4D;
}
</style>