Shades of Navy #070A83
Tints of Navy #070A83
RGB
CMYK
RGB Variations
Color information
#070A83 (or 0x070A83) is known color: Navy. HEX triplet: 07, 0A and 83. RGB value is (7,10,131). Sum of RGB (Red+Green+Blue) = 7+10+131=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 131 (51.56% from 255 or 88.51% from 148); Max value from RGB is 131 - color contains mainly: blue. Hex color #070A83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070A83 is #F8F57C. Grayscale: #161616. Windows color (decimal): -16315773 or 8587783. OLE color: 8587783.
HSL color Cylindrical-coordinate representation of color #070A83: hue angle of 238.55º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070A83 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 10 | 131 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.49 |
| HSL | 238.55º | 0.9% | 0.27% | - |
| HSV(B) | 238.55º | 0.95% | 0.51% | - |
| XYZ | 4.29 | 1.9 | 21.61 | - |
| YUV | 22.9 | 189.01 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 131 | 0.95 | 0.92 | 0 | 0.49 | 238.55 | 0.9 | 0.27 |
| Hex | 7 | A | 83 | 5F | 5C | 0 | 31 | EF | 5A | 1B |
| Octal | 7 | 12 | 203 | 137 | 134 | 0 | 61 | 357 | 132 | 33 |
| Binary | 111 | 1010 | 10000011 | 1011111 | 1011100 | 0 | 110001 | 11101111 | 1011010 | 11011 |
Color Harmonies of #070A83
Complementary color
Monochromatic Colors of #070A83
Black with #070A83
Text Example
Text Example
White with #070A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A83; }
p { color: rgb(7,10,131); }
H1.HeaderClassName
{
color: #070A83;
}
.AnyTagClassName
{
color: #070A83;
}
</style>
background-color css
<style>
a { background-color: #070A83; }
a { background-color: rgb(7,10,131); }
div.DivClassName
{
background-color: #070A83;
}
.BgClassName
{
background-color: #070A83;
}
</style>
border-color css
<style>
span { border-color: #070A83; }
span { border-color: rgb(7,10,131); }
td.TdClassName
{
border-color: #070A83;
}
.TagClassName
{
border-color: #070A83;
}
</style>