#020384

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

Shades of Navy #020384

Tints of Navy #020384

Color information

#020384 (or 0x020384) is unknown color: approx Navy. HEX triplet: 02, 03 and 84. RGB value is (2,3,132). Sum of RGB (Red+Green+Blue) = 2+3+132=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 132 (51.95% from 255 or 96.35% from 137); Max value from RGB is 132 - color contains mainly: blue. Hex color #020384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020384 is #FDFC7B. Grayscale: #101010. Windows color (decimal): -16645244 or 8651522. OLE color: 8651522.

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

Color convert

RGB23132-
CMYK0.980.9800.48
HSL239.54º97.01%26.27%-
HSV(B)239.54º98.48%51.76%-
XYZ4.221.7421.94-
YUV17.41192.67117.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 132 (51.95% from 255) = 96.35%
R=1.46%
G=2.19%
B=96.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal231320.980.9800.48239.5497.0126.27
Hex23846262030f0611a
Octal2320414214206036014132
Binary10111000010011000101100010011000011110000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020384; }

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

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

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

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

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

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

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

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