#02076A

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

Shades of Navy #02076A

Tints of Navy #02076A

Color information

#02076A (or 0x02076A) is unknown color: approx Navy. HEX triplet: 02, 07 and 6A. RGB value is (2,7,106). Sum of RGB (Red+Green+Blue) = 2+7+106=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 106 (41.80% from 255 or 92.17% from 115); Max value from RGB is 106 - color contains mainly: blue. Hex color #02076A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02076A is #FDF895. Grayscale: #101010. Windows color (decimal): -16644246 or 6948610. OLE color: 6948610.

HSL color Cylindrical-coordinate representation of color #02076A: hue angle of 237.12º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02076A is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB27106-
CMYK0.980.9300.58
HSL237.12º96.3%21.18%-
HSV(B)237.12º98.11%41.57%-
XYZ2.71.2113.73-
YUV16.79178.34117.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 7 (3.12% from 255) = 6.09%
BLUE value IS 106 (41.80% from 255) = 92.17%
R=1.74%
G=6.09%
B=92.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal271060.980.9300.58237.1296.321.18
Hex276A625D03Aed6015
Octal2715214213507235514025
Binary10111110101011000101011101011101011101101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02076A; }

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

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

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

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

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

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

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

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