#020661

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

Shades of Navy #020661

Tints of Navy #020661

Color information

#020661 (or 0x020661) is unknown color: approx Navy. HEX triplet: 02, 06 and 61. RGB value is (2,6,97). Sum of RGB (Red+Green+Blue) = 2+6+97=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 97 (38.28% from 255 or 92.38% from 105); Max value from RGB is 97 - color contains mainly: blue. Hex color #020661 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020661 is #FDF99E. Grayscale: #0E0E0E. Windows color (decimal): -16644511 or 6358530. OLE color: 6358530.

HSL color Cylindrical-coordinate representation of color #020661: hue angle of 237.47º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020661 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB2697-
CMYK0.980.9400.62
HSL237.47º95.96%19.41%-
HSV(B)237.47º97.94%38.04%-
XYZ2.251.0111.39-
YUV15.18174.17118.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 6 (2.73% from 255) = 5.71%
BLUE value IS 97 (38.28% from 255) = 92.38%
R=1.90%
G=5.71%
B=92.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal26970.980.9400.62237.4795.9619.41
Hex2661625E03Eed6013
Octal2614114213607635514023
Binary10110110000111000101011110011111011101101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020661; }

 p { color: rgb(2,6,97); }

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

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

 a { background-color: rgb(2,6,97); }

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

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

 span { border-color: rgb(2,6,97); }

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