#020668

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

Shades of Navy #020668

Tints of Navy #020668

Color information

#020668 (or 0x020668) is unknown color: approx Navy. HEX triplet: 02, 06 and 68. RGB value is (2,6,104). Sum of RGB (Red+Green+Blue) = 2+6+104=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 104 (41.02% from 255 or 92.86% from 112); Max value from RGB is 104 - color contains mainly: blue. Hex color #020668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020668 is #FDF997. Grayscale: #0F0F0F. Windows color (decimal): -16644504 or 6817282. OLE color: 6817282.

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

Color convert

RGB26104-
CMYK0.980.9400.59
HSL237.65º96.23%20.78%-
HSV(B)237.65º98.08%40.78%-
XYZ2.591.1413.18-
YUV15.98177.67118.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 6 (2.73% from 255) = 5.36%
BLUE value IS 104 (41.02% from 255) = 92.86%
R=1.79%
G=5.36%
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.59
SystemRedGreenBlueCMYKHSL
Decimal261040.980.9400.59237.6596.2320.78
Hex2668625E03Bee6015
Octal2615014213607335614025
Binary10110110100011000101011110011101111101110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020668; }

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

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

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

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

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

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

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

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