#020375

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

Shades of Navy #020375

Tints of Navy #020375

Color information

#020375 (or 0x020375) is unknown color: approx Navy. HEX triplet: 02, 03 and 75. RGB value is (2,3,117). Sum of RGB (Red+Green+Blue) = 2+3+117=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 117 (46.09% from 255 or 95.90% from 122); Max value from RGB is 117 - color contains mainly: blue. Hex color #020375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020375 is #FDFC8A. Grayscale: #0F0F0F. Windows color (decimal): -16645259 or 7668482. OLE color: 7668482.

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

Color convert

RGB23117-
CMYK0.980.9700.54
HSL239.48º96.64%23.33%-
HSV(B)239.48º98.29%45.88%-
XYZ3.271.3616.92-
YUV15.7185.17118.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 117 (46.09% from 255) = 95.90%
R=1.64%
G=2.46%
B=95.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal231170.980.9700.54239.4896.6423.33
Hex23756261036ef6117
Octal2316514214106635714127
Binary1011111010111000101100001011011011101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020375; }

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

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

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

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

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

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

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

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