#02005F

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

Shades of Navy #02005F

Tints of Navy #02005F

Color information

#02005F (or 0x02005F) is unknown color: approx Navy. HEX triplet: 02, 00 and 5F. RGB value is (2,0,95). Sum of RGB (Red+Green+Blue) = 2+0+95=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 95 (37.5% from 255 or 97.94% from 97); Max value from RGB is 95 - color contains mainly: blue. Hex color #02005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02005F is #FDFFA0. Grayscale: #0B0B0B. Windows color (decimal): -16646049 or 6225922. OLE color: 6225922.

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

Color convert

RGB2095-
CMYK0.98100.63
HSL241.26º100%18.63%-
HSV(B)241.26º100%37.25%-
XYZ2.090.8410.88-
YUV11.43175.16121.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 97.94%
R=2.06%
G=0%
B=97.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal20950.98100.63241.2610018.63
Hex205F626403Ff16413
Octal2013714214407736114423
Binary100101111111000101100100011111111110001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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