Shades of Sapphire #070F4E
Tints of Sapphire #070F4E
RGB
CMYK
RGB Variations
Color information
#070F4E (or 0x070F4E) is known color: Sapphire. HEX triplet: 07, 0F and 4E. RGB value is (7,15,78). Sum of RGB (Red+Green+Blue) = 7+15+78=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 78 (30.86% from 255 or 78% from 100); Max value from RGB is 78 - color contains mainly: blue. Hex color #070F4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070F4E is #F8F0B1. Grayscale: #131313. Windows color (decimal): -16314546 or 5115655. OLE color: 5115655.
HSL color Cylindrical-coordinate representation of color #070F4E: hue angle of 233.24º 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 #070F4E is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 15 | 78 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.69 |
| HSL | 233.24º | 0.84% | 0.17% | - |
| HSV(B) | 233.24º | 0.91% | 0.31% | - |
| XYZ | 1.63 | 0.94 | 7.3 | - |
| YUV | 19.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 78 | 0.91 | 0.81 | 0 | 0.69 | 233.24 | 0.84 | 0.17 |
| Hex | 7 | F | 4E | 5B | 51 | 0 | 45 | E9 | 54 | 11 |
| Octal | 7 | 17 | 116 | 133 | 121 | 0 | 105 | 351 | 124 | 21 |
| Binary | 111 | 1111 | 1001110 | 1011011 | 1010001 | 0 | 1000101 | 11101001 | 1010100 | 10001 |
Color Harmonies of #070F4E
Complementary color
Monochromatic Colors of #070F4E
Black with #070F4E
Text Example
Text Example
White with #070F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F4E; }
p { color: rgb(7,15,78); }
H1.HeaderClassName
{
color: #070F4E;
}
.AnyTagClassName
{
color: #070F4E;
}
</style>
background-color css
<style>
a { background-color: #070F4E; }
a { background-color: rgb(7,15,78); }
div.DivClassName
{
background-color: #070F4E;
}
.BgClassName
{
background-color: #070F4E;
}
</style>
border-color css
<style>
span { border-color: #070F4E; }
span { border-color: rgb(7,15,78); }
td.TdClassName
{
border-color: #070F4E;
}
.TagClassName
{
border-color: #070F4E;
}
</style>