#02057D

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

Shades of Navy #02057D

Tints of Navy #02057D

Color information

#02057D (or 0x02057D) is unknown color: approx Navy. HEX triplet: 02, 05 and 7D. RGB value is (2,5,125). Sum of RGB (Red+Green+Blue) = 2+5+125=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 125 (49.22% from 255 or 94.70% from 132); Max value from RGB is 125 - color contains mainly: blue. Hex color #02057D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02057D is #FDFA82. Grayscale: #111111. Windows color (decimal): -16644739 or 8193282. OLE color: 8193282.

HSL color Cylindrical-coordinate representation of color #02057D: hue angle of 238.54º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02057D is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB25125-
CMYK0.980.9600.51
HSL238.54º96.85%24.9%-
HSV(B)238.54º98.4%49.02%-
XYZ3.781.619.51-
YUV17.78188.51116.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 125 (49.22% from 255) = 94.70%
R=1.52%
G=3.79%
B=94.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal251250.980.9600.51238.5496.8524.9
Hex257D6260033ef6119
Octal2517514214006335714131
Binary10101111110111000101100000011001111101111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02057D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02057D; }

 p { color: rgb(2,5,125); }

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

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

 a { background-color: rgb(2,5,125); }

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

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

 span { border-color: rgb(2,5,125); }

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