Shades of Navy #070463
Tints of Navy #070463
RGB
CMYK
RGB Variations
Color information
#070463 (or 0x070463) is known color: Navy. HEX triplet: 07, 04 and 63. RGB value is (7,4,99). Sum of RGB (Red+Green+Blue) = 7+4+99=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 99 (39.06% from 255 or 90% from 110); Max value from RGB is 99 - color contains mainly: blue. Hex color #070463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070463 is #F8FB9C. Grayscale: #0F0F0F. Windows color (decimal): -16317341 or 6489095. OLE color: 6489095.
HSL color Cylindrical-coordinate representation of color #070463: hue angle of 241.89º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070463 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 4 | 99 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.61 |
| HSL | 241.89º | 0.92% | 0.2% | - |
| HSV(B) | 241.89º | 0.96% | 0.39% | - |
| XYZ | 2.38 | 1.03 | 11.88 | - |
| YUV | 15.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 4 | 99 | 0.93 | 0.96 | 0 | 0.61 | 241.89 | 0.92 | 0.2 |
| Hex | 7 | 4 | 63 | 5D | 60 | 0 | 3D | F2 | 5C | 14 |
| Octal | 7 | 4 | 143 | 135 | 140 | 0 | 75 | 362 | 134 | 24 |
| Binary | 111 | 100 | 1100011 | 1011101 | 1100000 | 0 | 111101 | 11110010 | 1011100 | 10100 |
Color Harmonies of #070463
Complementary color
Monochromatic Colors of #070463
Black with #070463
Text Example
Text Example
White with #070463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070463; }
p { color: rgb(7,4,99); }
H1.HeaderClassName
{
color: #070463;
}
.AnyTagClassName
{
color: #070463;
}
</style>
background-color css
<style>
a { background-color: #070463; }
a { background-color: rgb(7,4,99); }
div.DivClassName
{
background-color: #070463;
}
.BgClassName
{
background-color: #070463;
}
</style>
border-color css
<style>
span { border-color: #070463; }
span { border-color: rgb(7,4,99); }
td.TdClassName
{
border-color: #070463;
}
.TagClassName
{
border-color: #070463;
}
</style>