Shades of Sapphire #070E53
Tints of Sapphire #070E53
RGB
CMYK
RGB Variations
Color information
#070E53 (or 0x070E53) is known color: Sapphire. HEX triplet: 07, 0E and 53. RGB value is (7,14,83). Sum of RGB (Red+Green+Blue) = 7+14+83=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #070E53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070E53 is #F8F1AC. Grayscale: #131313. Windows color (decimal): -16314797 or 5443079. OLE color: 5443079.
HSL color Cylindrical-coordinate representation of color #070E53: hue angle of 234.47º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070E53 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 14 | 83 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.67 |
| HSL | 234.47º | 0.84% | 0.18% | - |
| HSV(B) | 234.47º | 0.92% | 0.33% | - |
| XYZ | 1.81 | 0.98 | 8.28 | - |
| YUV | 19.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 83 | 0.92 | 0.83 | 0 | 0.67 | 234.47 | 0.84 | 0.18 |
| Hex | 7 | E | 53 | 5C | 53 | 0 | 43 | EA | 54 | 12 |
| Octal | 7 | 16 | 123 | 134 | 123 | 0 | 103 | 352 | 124 | 22 |
| Binary | 111 | 1110 | 1010011 | 1011100 | 1010011 | 0 | 1000011 | 11101010 | 1010100 | 10010 |
Color Harmonies of #070E53
Complementary color
Monochromatic Colors of #070E53
Black with #070E53
Text Example
Text Example
White with #070E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E53; }
p { color: rgb(7,14,83); }
H1.HeaderClassName
{
color: #070E53;
}
.AnyTagClassName
{
color: #070E53;
}
</style>
background-color css
<style>
a { background-color: #070E53; }
a { background-color: rgb(7,14,83); }
div.DivClassName
{
background-color: #070E53;
}
.BgClassName
{
background-color: #070E53;
}
</style>
border-color css
<style>
span { border-color: #070E53; }
span { border-color: rgb(7,14,83); }
td.TdClassName
{
border-color: #070E53;
}
.TagClassName
{
border-color: #070E53;
}
</style>