#020565

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

Shades of Navy #020565

Tints of Navy #020565

Color information

#020565 (or 0x020565) is unknown color: approx Navy. HEX triplet: 02, 05 and 65. RGB value is (2,5,101). Sum of RGB (Red+Green+Blue) = 2+5+101=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 101 (39.84% from 255 or 93.52% from 108); Max value from RGB is 101 - color contains mainly: blue. Hex color #020565 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020565 is #FDFA9A. Grayscale: #0E0E0E. Windows color (decimal): -16644763 or 6620418. OLE color: 6620418.

HSL color Cylindrical-coordinate representation of color #020565: hue angle of 238.18º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020565 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB25101-
CMYK0.980.9500.60
HSL238.18º96.12%20.2%-
HSV(B)238.18º98.02%39.61%-
XYZ2.431.0612.39-
YUV15.05176.51118.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 101 (39.84% from 255) = 93.52%
R=1.85%
G=4.63%
B=93.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal251010.980.9500.60238.1896.1220.2
Hex2565625F03Cee6014
Octal2514514213707435614024
Binary10101110010111000101011111011110011101110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020565; }

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

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

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

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

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

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

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

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