#020778

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

Shades of Navy #020778

Tints of Navy #020778

Color information

#020778 (or 0x020778) is unknown color: approx Navy. HEX triplet: 02, 07 and 78. RGB value is (2,7,120). Sum of RGB (Red+Green+Blue) = 2+7+120=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 120 (47.27% from 255 or 93.02% from 129); Max value from RGB is 120 - color contains mainly: blue. Hex color #020778 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020778 is #FDF887. Grayscale: #111111. Windows color (decimal): -16644232 or 7866114. OLE color: 7866114.

HSL color Cylindrical-coordinate representation of color #020778: hue angle of 237.46º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020778 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB27120-
CMYK0.980.9400.53
HSL237.46º96.72%23.92%-
HSV(B)237.46º98.33%47.06%-
XYZ3.491.5217.88-
YUV18.39185.34116.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 7 (3.12% from 255) = 5.43%
BLUE value IS 120 (47.27% from 255) = 93.02%
R=1.55%
G=5.43%
B=93.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal271200.980.9400.53237.4696.7223.92
Hex2778625E035ed6118
Octal2717014213606535514130
Binary10111111100011000101011110011010111101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020778; }

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

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

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

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

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

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

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

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