#020374

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

Shades of Navy #020374

Tints of Navy #020374

Color information

#020374 (or 0x020374) is unknown color: approx Navy. HEX triplet: 02, 03 and 74. RGB value is (2,3,116). Sum of RGB (Red+Green+Blue) = 2+3+116=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 116 (45.70% from 255 or 95.87% from 121); Max value from RGB is 116 - color contains mainly: blue. Hex color #020374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020374 is #FDFC8B. Grayscale: #0F0F0F. Windows color (decimal): -16645260 or 7602946. OLE color: 7602946.

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

Color convert

RGB23116-
CMYK0.980.9700.55
HSL239.47º96.61%23.14%-
HSV(B)239.47º98.28%45.49%-
XYZ3.211.3416.61-
YUV15.58184.67118.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 116 (45.70% from 255) = 95.87%
R=1.65%
G=2.48%
B=95.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal231160.980.9700.55239.4796.6123.14
Hex23746261037ef6117
Octal2316414214106735714127
Binary1011111010011000101100001011011111101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020374; }

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

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

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

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

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

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

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

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