#020775

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

Shades of Navy #020775

Tints of Navy #020775

Color information

#020775 (or 0x020775) is unknown color: approx Navy. HEX triplet: 02, 07 and 75. RGB value is (2,7,117). Sum of RGB (Red+Green+Blue) = 2+7+117=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 117 (46.09% from 255 or 92.86% from 126); Max value from RGB is 117 - color contains mainly: blue. Hex color #020775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020775 is #FDF88A. Grayscale: #111111. Windows color (decimal): -16644235 or 7669506. OLE color: 7669506.

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

Color convert

RGB27117-
CMYK0.980.9400.54
HSL237.39º96.64%23.33%-
HSV(B)237.39º98.29%45.88%-
XYZ3.311.4516.93-
YUV18.05183.84116.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 7 (3.12% from 255) = 5.56%
BLUE value IS 117 (46.09% from 255) = 92.86%
R=1.59%
G=5.56%
B=92.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal271170.980.9400.54237.3996.6423.33
Hex2775625E036ed6117
Octal2716514213606635514127
Binary10111111010111000101011110011011011101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020775; }

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

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

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

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

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

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

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

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