Shades of Navy #070D84
Tints of Navy #070D84
RGB
CMYK
RGB Variations
Color information
#070D84 (or 0x070D84) is known color: Navy. HEX triplet: 07, 0D and 84. RGB value is (7,13,132). Sum of RGB (Red+Green+Blue) = 7+13+132=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 132 (51.95% from 255 or 86.84% from 152); Max value from RGB is 132 - color contains mainly: blue. Hex color #070D84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070D84 is #F8F27B. Grayscale: #181818. Windows color (decimal): -16315004 or 8654087. OLE color: 8654087.
HSL color Cylindrical-coordinate representation of color #070D84: hue angle of 237.12º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070D84 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 13 | 132 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.48 |
| HSL | 237.12º | 0.9% | 0.27% | - |
| HSV(B) | 237.12º | 0.95% | 0.52% | - |
| XYZ | 4.4 | 2 | 21.98 | - |
| YUV | 24.77 | 188.51 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 132 | 0.95 | 0.90 | 0 | 0.48 | 237.12 | 0.9 | 0.27 |
| Hex | 7 | D | 84 | 5F | 5A | 0 | 30 | ED | 5A | 1B |
| Octal | 7 | 15 | 204 | 137 | 132 | 0 | 60 | 355 | 132 | 33 |
| Binary | 111 | 1101 | 10000100 | 1011111 | 1011010 | 0 | 110000 | 11101101 | 1011010 | 11011 |
Color Harmonies of #070D84
Complementary color
Monochromatic Colors of #070D84
Black with #070D84
Text Example
Text Example
White with #070D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D84; }
p { color: rgb(7,13,132); }
H1.HeaderClassName
{
color: #070D84;
}
.AnyTagClassName
{
color: #070D84;
}
</style>
background-color css
<style>
a { background-color: #070D84; }
a { background-color: rgb(7,13,132); }
div.DivClassName
{
background-color: #070D84;
}
.BgClassName
{
background-color: #070D84;
}
</style>
border-color css
<style>
span { border-color: #070D84; }
span { border-color: rgb(7,13,132); }
td.TdClassName
{
border-color: #070D84;
}
.TagClassName
{
border-color: #070D84;
}
</style>