Shades of Navy #070365
Tints of Navy #070365
RGB
CMYK
RGB Variations
Color information
#070365 (or 0x070365) is known color: Navy. HEX triplet: 07, 03 and 65. RGB value is (7,3,101). Sum of RGB (Red+Green+Blue) = 7+3+101=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 101 (39.84% from 255 or 90.99% from 111); Max value from RGB is 101 - color contains mainly: blue. Hex color #070365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070365 is #F8FC9A. Grayscale: #0E0E0E. Windows color (decimal): -16317595 or 6619911. OLE color: 6619911.
HSL color Cylindrical-coordinate representation of color #070365: hue angle of 242.45º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070365 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 3 | 101 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.60 |
| HSL | 242.45º | 0.94% | 0.2% | - |
| HSV(B) | 242.45º | 0.97% | 0.4% | - |
| XYZ | 2.47 | 1.05 | 12.38 | - |
| YUV | 15.37 | 176.33 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 101 | 0.93 | 0.97 | 0 | 0.60 | 242.45 | 0.94 | 0.2 |
| Hex | 7 | 3 | 65 | 5D | 61 | 0 | 3C | F2 | 5E | 14 |
| Octal | 7 | 3 | 145 | 135 | 141 | 0 | 74 | 362 | 136 | 24 |
| Binary | 111 | 11 | 1100101 | 1011101 | 1100001 | 0 | 111100 | 11110010 | 1011110 | 10100 |
Color Harmonies of #070365
Complementary color
Monochromatic Colors of #070365
Black with #070365
Text Example
Text Example
White with #070365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070365; }
p { color: rgb(7,3,101); }
H1.HeaderClassName
{
color: #070365;
}
.AnyTagClassName
{
color: #070365;
}
</style>
background-color css
<style>
a { background-color: #070365; }
a { background-color: rgb(7,3,101); }
div.DivClassName
{
background-color: #070365;
}
.BgClassName
{
background-color: #070365;
}
</style>
border-color css
<style>
span { border-color: #070365; }
span { border-color: rgb(7,3,101); }
td.TdClassName
{
border-color: #070365;
}
.TagClassName
{
border-color: #070365;
}
</style>