#020684

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

Shades of Navy #020684

Tints of Navy #020684

Color information

#020684 (or 0x020684) is unknown color: approx Navy. HEX triplet: 02, 06 and 84. RGB value is (2,6,132). Sum of RGB (Red+Green+Blue) = 2+6+132=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 132 (51.95% from 255 or 94.29% from 140); Max value from RGB is 132 - color contains mainly: blue. Hex color #020684 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020684 is #FDF97B. Grayscale: #121212. Windows color (decimal): -16644476 or 8652290. OLE color: 8652290.

HSL color Cylindrical-coordinate representation of color #020684: hue angle of 238.15º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020684 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB26132-
CMYK0.980.9500.48
HSL238.15º97.01%26.27%-
HSV(B)238.15º98.48%51.76%-
XYZ4.261.8121.95-
YUV19.17191.67115.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.43%
GREEN value IS 6 (2.73% from 255) = 4.29%
BLUE value IS 132 (51.95% from 255) = 94.29%
R=1.43%
G=4.29%
B=94.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal261320.980.9500.48238.1597.0126.27
Hex2684625F030ee611a
Octal2620414213706035614132
Binary101101000010011000101011111011000011101110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020684; }

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

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

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

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

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

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

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

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