#02005E

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

Shades of Navy #02005E

Tints of Navy #02005E

Color information

#02005E (or 0x02005E) is unknown color: approx Navy. HEX triplet: 02, 00 and 5E. RGB value is (2,0,94). Sum of RGB (Red+Green+Blue) = 2+0+94=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 94 (37.11% from 255 or 97.92% from 96); Max value from RGB is 94 - color contains mainly: blue. Hex color #02005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02005E is #FDFFA1. Grayscale: #0A0A0A. Windows color (decimal): -16646050 or 6160386. OLE color: 6160386.

HSL color Cylindrical-coordinate representation of color #02005E: hue angle of 241.28º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02005E is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB2094-
CMYK0.98100.63
HSL241.28º100%18.43%-
HSV(B)241.28º100%36.86%-
XYZ2.050.8210.64-
YUV11.31174.66121.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 97.92%
R=2.08%
G=0%
B=97.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal20940.98100.63241.2810018.43
Hex205E626403Ff16412
Octal2013614214407736114422
Binary100101111011000101100100011111111110001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02005E; }

 p { color: rgb(2,0,94); }

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

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

 a { background-color: rgb(2,0,94); }

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

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

 span { border-color: rgb(2,0,94); }

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