#020372

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

Shades of Navy #020372

Tints of Navy #020372

Color information

#020372 (or 0x020372) is unknown color: approx Navy. HEX triplet: 02, 03 and 72. RGB value is (2,3,114). Sum of RGB (Red+Green+Blue) = 2+3+114=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 114 (44.92% from 255 or 95.80% from 119); Max value from RGB is 114 - color contains mainly: blue. Hex color #020372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020372 is #FDFC8D. Grayscale: #0E0E0E. Windows color (decimal): -16645262 or 7471874. OLE color: 7471874.

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

Color convert

RGB23114-
CMYK0.980.9700.55
HSL239.46º96.55%22.75%-
HSV(B)239.46º98.25%44.71%-
XYZ3.091.2916.01-
YUV15.36183.67118.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 3 (1.56% from 255) = 2.52%
BLUE value IS 114 (44.92% from 255) = 95.80%
R=1.68%
G=2.52%
B=95.80%

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
Decimal231140.980.9700.55239.4696.5522.75
Hex23726261037ef6117
Octal2316214214106735714127
Binary1011111001011000101100001011011111101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020372; }

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

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

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

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

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

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

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

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