Shades of Sapphire #093079
Tints of Sapphire #093079
RGB
CMYK
RGB Variations
Color information
#093079 (or 0x093079) is known color: Sapphire. HEX triplet: 09, 30 and 79. RGB value is (9,48,121). Sum of RGB (Red+Green+Blue) = 9+48+121=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 121 (47.66% from 255 or 67.98% from 178); Max value from RGB is 121 - color contains mainly: blue. Hex color #093079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093079 is #F6CF86. Grayscale: #2C2C2C. Windows color (decimal): -16174983 or 7942153. OLE color: 7942153.
HSL color Cylindrical-coordinate representation of color #093079: hue angle of 219.11º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093079 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 48 | 121 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.53 |
| HSL | 219.11º | 0.86% | 0.25% | - |
| HSV(B) | 219.11º | 0.93% | 0.47% | - |
| XYZ | 4.62 | 3.55 | 18.53 | - |
| YUV | 44.66 | 171.08 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 121 | 0.93 | 0.60 | 0 | 0.53 | 219.11 | 0.86 | 0.25 |
| Hex | 9 | 30 | 79 | 5D | 3C | 0 | 35 | DB | 56 | 19 |
| Octal | 11 | 60 | 171 | 135 | 74 | 0 | 65 | 333 | 126 | 31 |
| Binary | 1001 | 110000 | 1111001 | 1011101 | 111100 | 0 | 110101 | 11011011 | 1010110 | 11001 |
Color Harmonies of #093079
Complementary color
Monochromatic Colors of #093079
Black with #093079
Text Example
Text Example
White with #093079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093079; }
p { color: rgb(9,48,121); }
H1.HeaderClassName
{
color: #093079;
}
.AnyTagClassName
{
color: #093079;
}
</style>
background-color css
<style>
a { background-color: #093079; }
a { background-color: rgb(9,48,121); }
div.DivClassName
{
background-color: #093079;
}
.BgClassName
{
background-color: #093079;
}
</style>
border-color css
<style>
span { border-color: #093079; }
span { border-color: rgb(9,48,121); }
td.TdClassName
{
border-color: #093079;
}
.TagClassName
{
border-color: #093079;
}
</style>