#07026C

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

Shades of Navy #07026C

Tints of Navy #07026C

Color information

#07026C (or 0x07026C) is unknown color: approx Navy. HEX triplet: 07, 02 and 6C. RGB value is (7,2,108). Sum of RGB (Red+Green+Blue) = 7+2+108=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 108 (42.58% from 255 or 92.31% from 117); Max value from RGB is 108 - color contains mainly: blue. Hex color #07026C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07026C is #F8FD93. Grayscale: #0F0F0F. Windows color (decimal): -16317844 or 7078407. OLE color: 7078407.

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

Color convert

RGB72108-
CMYK0.940.9800.58
HSL242.83º96.36%21.57%-
HSV(B)242.83º98.15%42.35%-
XYZ2.821.1714.27-
YUV15.58180.16121.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.98%
GREEN value IS 2 (1.17% from 255) = 1.71%
BLUE value IS 108 (42.58% from 255) = 92.31%
R=5.98%
G=1.71%
B=92.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal721080.940.9800.58242.8396.3621.57
Hex726C5E6203Af36016
Octal7215413614207236314026
Binary11110110110010111101100010011101011110011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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