#020382

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

Shades of Navy #020382

Tints of Navy #020382

Color information

#020382 (or 0x020382) is unknown color: approx Navy. HEX triplet: 02, 03 and 82. RGB value is (2,3,130). Sum of RGB (Red+Green+Blue) = 2+3+130=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 130 (51.17% from 255 or 96.30% from 135); Max value from RGB is 130 - color contains mainly: blue. Hex color #020382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020382 is #FDFC7D. Grayscale: #101010. Windows color (decimal): -16645246 or 8520450. OLE color: 8520450.

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

Color convert

RGB23130-
CMYK0.980.9800.49
HSL239.53º96.97%25.88%-
HSV(B)239.53º98.46%50.98%-
XYZ4.091.6921.23-
YUV17.18191.67117.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 130 (51.17% from 255) = 96.30%
R=1.48%
G=2.22%
B=96.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal231300.980.9800.49239.5396.9725.88
Hex23826262031f0611a
Octal2320214214206136014132
Binary10111000001011000101100010011000111110000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020382; }

 p { color: rgb(2,3,130); }

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

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

 a { background-color: rgb(2,3,130); }

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

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

 span { border-color: rgb(2,3,130); }

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