#020575

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

Shades of Navy #020575

Tints of Navy #020575

Color information

#020575 (or 0x020575) is unknown color: approx Navy. HEX triplet: 02, 05 and 75. RGB value is (2,5,117). Sum of RGB (Red+Green+Blue) = 2+5+117=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 117 (46.09% from 255 or 94.35% from 124); Max value from RGB is 117 - color contains mainly: blue. Hex color #020575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020575 is #FDFA8A. Grayscale: #101010. Windows color (decimal): -16644747 or 7668994. OLE color: 7668994.

HSL color Cylindrical-coordinate representation of color #020575: hue angle of 238.43º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020575 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB25117-
CMYK0.980.9600.54
HSL238.43º96.64%23.33%-
HSV(B)238.43º98.29%45.88%-
XYZ3.291.4116.93-
YUV16.87184.51117.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 117 (46.09% from 255) = 94.35%
R=1.61%
G=4.03%
B=94.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal251170.980.9600.54238.4396.6423.33
Hex25756260036ee6117
Octal2516514214006635614127
Binary10101111010111000101100000011011011101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020575; }

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

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

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

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

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

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

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

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