#07016E

Color #07016E Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #07016E

Tints of Navy #07016E

Color information

#07016E (or 0x07016E) is unknown color: approx Navy. HEX triplet: 07, 01 and 6E. RGB value is (7,1,110). Sum of RGB (Red+Green+Blue) = 7+1+110=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 110 (43.36% from 255 or 93.22% from 118); Max value from RGB is 110 - color contains mainly: blue. Hex color #07016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07016E is #F8FE91. Grayscale: #0E0E0E. Windows color (decimal): -16318098 or 7209223. OLE color: 7209223.

HSL color Cylindrical-coordinate representation of color #07016E: hue angle of 243.3º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07016E is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB71110-
CMYK0.940.9900.57
HSL243.3º98.2%21.76%-
HSV(B)243.3º99.09%43.14%-
XYZ2.911.1914.83-
YUV15.22181.49122.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 5.93%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 110 (43.36% from 255) = 93.22%
R=5.93%
G=0.85%
B=93.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal711100.940.9900.57243.398.221.76
Hex716E5E63039f36216
Octal7115613614307136314226
Binary1111110111010111101100011011100111110011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07016E; }

 p { color: rgb(7,1,110); }

 H1.HeaderClassName
 {
   color: #07016E;
 }
 .AnyTagClassName
 {
   color: #07016E;
 }
</style>
background-color css

<style>
 a { background-color: #07016E; }

 a { background-color: rgb(7,1,110); }

 div.DivClassName
 {
   background-color: #07016E;
 }
 .BgClassName
 {
   background-color: #07016E;
 }
</style>
border-color css

<style>
 span { border-color: #07016E; }

 span { border-color: rgb(7,1,110); }

 td.TdClassName
 {
   border-color: #07016E;
 }
 .TagClassName
 {
   border-color: #07016E;
 }
</style>