#020676

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

Shades of Navy #020676

Tints of Navy #020676

Color information

#020676 (or 0x020676) is unknown color: approx Navy. HEX triplet: 02, 06 and 76. RGB value is (2,6,118). Sum of RGB (Red+Green+Blue) = 2+6+118=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 118 (46.48% from 255 or 93.65% from 126); Max value from RGB is 118 - color contains mainly: blue. Hex color #020676 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020676 is #FDF989. Grayscale: #111111. Windows color (decimal): -16644490 or 7734786. OLE color: 7734786.

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

Color convert

RGB26118-
CMYK0.980.9500.54
HSL237.93º96.67%23.53%-
HSV(B)237.93º98.31%46.27%-
XYZ3.361.4517.24-
YUV17.57184.67116.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 6 (2.73% from 255) = 4.76%
BLUE value IS 118 (46.48% from 255) = 93.65%
R=1.59%
G=4.76%
B=93.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal261180.980.9500.54237.9396.6723.53
Hex2676625F036ee6118
Octal2616614213706635614130
Binary10110111011011000101011111011011011101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020676; }

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

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

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

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

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

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

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

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