#020784

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

Shades of Navy #020784

Tints of Navy #020784

Color information

#020784 (or 0x020784) is unknown color: approx Navy. HEX triplet: 02, 07 and 84. RGB value is (2,7,132). Sum of RGB (Red+Green+Blue) = 2+7+132=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 132 (51.95% from 255 or 93.62% from 141); Max value from RGB is 132 - color contains mainly: blue. Hex color #020784 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020784 is #FDF87B. Grayscale: #131313. Windows color (decimal): -16644220 or 8652546. OLE color: 8652546.

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

Color convert

RGB27132-
CMYK0.980.9500.48
HSL237.69º97.01%26.27%-
HSV(B)237.69º98.48%51.76%-
XYZ4.271.8321.96-
YUV19.76191.34115.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 132 (51.95% from 255) = 93.62%
R=1.42%
G=4.96%
B=93.62%

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
Decimal271320.980.9500.48237.6997.0126.27
Hex2784625F030ee611a
Octal2720414213706035614132
Binary101111000010011000101011111011000011101110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020784; }

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

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

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

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

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

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

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

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