Shades of Sapphire #070D4D
Tints of Sapphire #070D4D
RGB
CMYK
RGB Variations
Color information
#070D4D (or 0x070D4D) is known color: Sapphire. HEX triplet: 07, 0D and 4D. RGB value is (7,13,77). Sum of RGB (Red+Green+Blue) = 7+13+77=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #070D4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070D4D is #F8F2B2. Grayscale: #121212. Windows color (decimal): -16315059 or 5049607. OLE color: 5049607.
HSL color Cylindrical-coordinate representation of color #070D4D: hue angle of 234.86º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070D4D is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 13 | 77 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.70 |
| HSL | 234.86º | 0.83% | 0.16% | - |
| HSV(B) | 234.86º | 0.91% | 0.3% | - |
| XYZ | 1.57 | 0.87 | 7.11 | - |
| YUV | 18.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 77 | 0.91 | 0.83 | 0 | 0.70 | 234.86 | 0.83 | 0.16 |
| Hex | 7 | D | 4D | 5B | 53 | 0 | 46 | EB | 53 | 10 |
| Octal | 7 | 15 | 115 | 133 | 123 | 0 | 106 | 353 | 123 | 20 |
| Binary | 111 | 1101 | 1001101 | 1011011 | 1010011 | 0 | 1000110 | 11101011 | 1010011 | 10000 |
Color Harmonies of #070D4D
Complementary color
Monochromatic Colors of #070D4D
Black with #070D4D
Text Example
Text Example
White with #070D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D4D; }
p { color: rgb(7,13,77); }
H1.HeaderClassName
{
color: #070D4D;
}
.AnyTagClassName
{
color: #070D4D;
}
</style>
background-color css
<style>
a { background-color: #070D4D; }
a { background-color: rgb(7,13,77); }
div.DivClassName
{
background-color: #070D4D;
}
.BgClassName
{
background-color: #070D4D;
}
</style>
border-color css
<style>
span { border-color: #070D4D; }
span { border-color: rgb(7,13,77); }
td.TdClassName
{
border-color: #070D4D;
}
.TagClassName
{
border-color: #070D4D;
}
</style>