#02005A

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

Shades of Navy #02005A

Tints of Navy #02005A

Color information

#02005A (or 0x02005A) is unknown color: approx Navy. HEX triplet: 02, 00 and 5A. RGB value is (2,0,90). Sum of RGB (Red+Green+Blue) = 2+0+90=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 90 (35.55% from 255 or 97.83% from 92); Max value from RGB is 90 - color contains mainly: blue. Hex color #02005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02005A is #FDFFA5. Grayscale: #0A0A0A. Windows color (decimal): -16646054 or 5898242. OLE color: 5898242.

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

Color convert

RGB2090-
CMYK0.98100.65
HSL241.33º100%17.65%-
HSV(B)241.33º100%35.29%-
XYZ1.870.759.72-
YUV10.86172.66121.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 97.83%
R=2.17%
G=0%
B=97.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal20900.98100.65241.3310017.65
Hex205A6264041f16412
Octal20132142144010136114422
Binary1001011010110001011001000100000111110001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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