#07026D

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

Shades of Navy #07026D

Tints of Navy #07026D

Color information

#07026D (or 0x07026D) is unknown color: approx Navy. HEX triplet: 07, 02 and 6D. RGB value is (7,2,109). Sum of RGB (Red+Green+Blue) = 7+2+109=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 109 (42.97% from 255 or 92.37% from 118); Max value from RGB is 109 - color contains mainly: blue. Hex color #07026D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07026D is #F8FD92. Grayscale: #0F0F0F. Windows color (decimal): -16317843 or 7143943. OLE color: 7143943.

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

Color convert

RGB72109-
CMYK0.940.9800.57
HSL242.8º96.4%21.76%-
HSV(B)242.8º98.17%42.75%-
XYZ2.871.1914.55-
YUV15.69180.66121.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.93%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 109 (42.97% from 255) = 92.37%
R=5.93%
G=1.69%
B=92.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal721090.940.9800.57242.896.421.76
Hex726D5E62039f36016
Octal7215513614207136314026
Binary11110110110110111101100010011100111110011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07026D; }

 p { color: rgb(7,2,109); }

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

<style>
 a { background-color: #07026D; }

 a { background-color: rgb(7,2,109); }

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

<style>
 span { border-color: #07026D; }

 span { border-color: rgb(7,2,109); }

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