Shades of Sapphire #070F50
Tints of Sapphire #070F50
RGB
CMYK
RGB Variations
Color information
#070F50 (or 0x070F50) is known color: Sapphire. HEX triplet: 07, 0F and 50. RGB value is (7,15,80). Sum of RGB (Red+Green+Blue) = 7+15+80=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 80 (31.64% from 255 or 78.43% from 102); Max value from RGB is 80 - color contains mainly: blue. Hex color #070F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070F50 is #F8F0AF. Grayscale: #131313. Windows color (decimal): -16314544 or 5246727. OLE color: 5246727.
HSL color Cylindrical-coordinate representation of color #070F50: hue angle of 233.42º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070F50 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 15 | 80 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.69 |
| HSL | 233.42º | 0.84% | 0.17% | - |
| HSV(B) | 233.42º | 0.91% | 0.31% | - |
| XYZ | 1.71 | 0.97 | 7.69 | - |
| YUV | 20.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 80 | 0.91 | 0.81 | 0 | 0.69 | 233.42 | 0.84 | 0.17 |
| Hex | 7 | F | 50 | 5B | 51 | 0 | 45 | E9 | 54 | 11 |
| Octal | 7 | 17 | 120 | 133 | 121 | 0 | 105 | 351 | 124 | 21 |
| Binary | 111 | 1111 | 1010000 | 1011011 | 1010001 | 0 | 1000101 | 11101001 | 1010100 | 10001 |
Color Harmonies of #070F50
Complementary color
Monochromatic Colors of #070F50
Black with #070F50
Text Example
Text Example
White with #070F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F50; }
p { color: rgb(7,15,80); }
H1.HeaderClassName
{
color: #070F50;
}
.AnyTagClassName
{
color: #070F50;
}
</style>
background-color css
<style>
a { background-color: #070F50; }
a { background-color: rgb(7,15,80); }
div.DivClassName
{
background-color: #070F50;
}
.BgClassName
{
background-color: #070F50;
}
</style>
border-color css
<style>
span { border-color: #070F50; }
span { border-color: rgb(7,15,80); }
td.TdClassName
{
border-color: #070F50;
}
.TagClassName
{
border-color: #070F50;
}
</style>