Shades of Sapphire #073075
Tints of Sapphire #073075
RGB
CMYK
RGB Variations
Color information
#073075 (or 0x073075) is known color: Sapphire. HEX triplet: 07, 30 and 75. RGB value is (7,48,117). Sum of RGB (Red+Green+Blue) = 7+48+117=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #073075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073075 is #F8CF8A. Grayscale: #2B2B2B. Windows color (decimal): -16306059 or 7680007. OLE color: 7680007.
HSL color Cylindrical-coordinate representation of color #073075: hue angle of 217.64º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073075 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 48 | 117 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.54 |
| HSL | 217.64º | 0.89% | 0.24% | - |
| HSV(B) | 217.64º | 0.94% | 0.46% | - |
| XYZ | 4.36 | 3.44 | 17.26 | - |
| YUV | 43.61 | 169.42 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 117 | 0.94 | 0.59 | 0 | 0.54 | 217.64 | 0.89 | 0.24 |
| Hex | 7 | 30 | 75 | 5E | 3B | 0 | 36 | DA | 59 | 18 |
| Octal | 7 | 60 | 165 | 136 | 73 | 0 | 66 | 332 | 131 | 30 |
| Binary | 111 | 110000 | 1110101 | 1011110 | 111011 | 0 | 110110 | 11011010 | 1011001 | 11000 |
Color Harmonies of #073075
Complementary color
Monochromatic Colors of #073075
Black with #073075
Text Example
Text Example
White with #073075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073075; }
p { color: rgb(7,48,117); }
H1.HeaderClassName
{
color: #073075;
}
.AnyTagClassName
{
color: #073075;
}
</style>
background-color css
<style>
a { background-color: #073075; }
a { background-color: rgb(7,48,117); }
div.DivClassName
{
background-color: #073075;
}
.BgClassName
{
background-color: #073075;
}
</style>
border-color css
<style>
span { border-color: #073075; }
span { border-color: rgb(7,48,117); }
td.TdClassName
{
border-color: #073075;
}
.TagClassName
{
border-color: #073075;
}
</style>