#020679

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

Shades of Navy #020679

Tints of Navy #020679

Color information

#020679 (or 0x020679) is unknown color: approx Navy. HEX triplet: 02, 06 and 79. RGB value is (2,6,121). Sum of RGB (Red+Green+Blue) = 2+6+121=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 121 (47.66% from 255 or 93.80% from 129); Max value from RGB is 121 - color contains mainly: blue. Hex color #020679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020679 is #FDF986. Grayscale: #111111. Windows color (decimal): -16644487 or 7931394. OLE color: 7931394.

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

Color convert

RGB26121-
CMYK0.980.9500.53
HSL237.98º96.75%24.12%-
HSV(B)237.98º98.35%47.45%-
XYZ3.541.5218.2-
YUV17.91186.17116.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 6 (2.73% from 255) = 4.65%
BLUE value IS 121 (47.66% from 255) = 93.80%
R=1.55%
G=4.65%
B=93.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal261210.980.9500.53237.9896.7524.12
Hex2679625F035ee6118
Octal2617114213706535614130
Binary10110111100111000101011111011010111101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020679; }

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

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

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

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

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

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

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

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