#020677

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

Shades of Navy #020677

Tints of Navy #020677

Color information

#020677 (or 0x020677) is unknown color: approx Navy. HEX triplet: 02, 06 and 77. RGB value is (2,6,119). Sum of RGB (Red+Green+Blue) = 2+6+119=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 119 (46.88% from 255 or 93.70% from 127); Max value from RGB is 119 - color contains mainly: blue. Hex color #020677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020677 is #FDF988. Grayscale: #111111. Windows color (decimal): -16644489 or 7800322. OLE color: 7800322.

HSL color Cylindrical-coordinate representation of color #020677: hue angle of 237.95º 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 #020677 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB26119-
CMYK0.980.9500.53
HSL237.95º96.69%23.73%-
HSV(B)237.95º98.32%46.67%-
XYZ3.421.4817.56-
YUV17.69185.17116.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 119 (46.88% from 255) = 93.70%
R=1.57%
G=4.72%
B=93.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal261190.980.9500.53237.9596.6923.73
Hex2677625F035ee6118
Octal2616714213706535614130
Binary10110111011111000101011111011010111101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020677; }

 p { color: rgb(2,6,119); }

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

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

 a { background-color: rgb(2,6,119); }

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

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

 span { border-color: rgb(2,6,119); }

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