Shades of Navy #070D7C
Tints of Navy #070D7C
RGB
CMYK
RGB Variations
Color information
#070D7C (or 0x070D7C) is known color: Navy. HEX triplet: 07, 0D and 7C. RGB value is (7,13,124). Sum of RGB (Red+Green+Blue) = 7+13+124=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 124 (48.83% from 255 or 86.11% from 144); Max value from RGB is 124 - color contains mainly: blue. Hex color #070D7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070D7C is #F8F283. Grayscale: #171717. Windows color (decimal): -16315012 or 8129799. OLE color: 8129799.
HSL color Cylindrical-coordinate representation of color #070D7C: hue angle of 236.92º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070D7C is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 13 | 124 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.51 |
| HSL | 236.92º | 0.89% | 0.26% | - |
| HSV(B) | 236.92º | 0.94% | 0.49% | - |
| XYZ | 3.87 | 1.79 | 19.21 | - |
| YUV | 23.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 124 | 0.94 | 0.90 | 0 | 0.51 | 236.92 | 0.89 | 0.26 |
| Hex | 7 | D | 7C | 5E | 5A | 0 | 33 | ED | 59 | 1A |
| Octal | 7 | 15 | 174 | 136 | 132 | 0 | 63 | 355 | 131 | 32 |
| Binary | 111 | 1101 | 1111100 | 1011110 | 1011010 | 0 | 110011 | 11101101 | 1011001 | 11010 |
Color Harmonies of #070D7C
Complementary color
Monochromatic Colors of #070D7C
Black with #070D7C
Text Example
Text Example
White with #070D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D7C; }
p { color: rgb(7,13,124); }
H1.HeaderClassName
{
color: #070D7C;
}
.AnyTagClassName
{
color: #070D7C;
}
</style>
background-color css
<style>
a { background-color: #070D7C; }
a { background-color: rgb(7,13,124); }
div.DivClassName
{
background-color: #070D7C;
}
.BgClassName
{
background-color: #070D7C;
}
</style>
border-color css
<style>
span { border-color: #070D7C; }
span { border-color: rgb(7,13,124); }
td.TdClassName
{
border-color: #070D7C;
}
.TagClassName
{
border-color: #070D7C;
}
</style>