Html Css Color HEX #020560 Navy

📋 copy color: '#020560'

red 2 ◦ green 5 ◦ blue 96

#020560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #020560

Tints of Navy #020560

RGB

 RED value IS 2 (1.17% from 255) = 1.94%

 GREEN value IS 5 (2.34% from 255) = 4.85%

 BLUE value IS 96 (37.89% from 255) = 93.2%

R = 1.94%
G = 4.85%
B = 93.2%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#020560 (or 0x020560) is known color: Navy. HEX triplet: 02, 05 and 60. RGB value is (2,5,96). Sum of RGB (Red+Green+Blue) = 2+5+96=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 96 (37.89% from 255 or 93.20% from 103); Max value from RGB is 96 - color contains mainly: blue. Hex color #020560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020560 is #FDFA9F. Grayscale: #0E0E0E. Windows color (decimal): -16644768 or 6292738. OLE color: 6292738.

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

Color convert

RGB 2 5 96 -
CMYK 0.98 0.95 0 0.62
HSL 238.09º 0.96% 0.19% -
HSV(B) 238.09º 0.98% 0.38% -
XYZ 2.19 0.97 11.14 -
YUV 14.48 174.01 119.1 -
System Red Green Blue C M Y K H S L
Decimal 2 5 96 0.98 0.95 0 0.62 238.09 0.96 0.19
Hex 2 5 60 62 5F 0 3E EE 60 13
Octal 2 5 140 142 137 0 76 356 140 23
Binary 10 101 1100000 1100010 1011111 0 111110 11101110 1100000 10011

Color Harmonies of #020560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020560

Black with #020560

Text Example


Text Example

White with #020560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020560; }

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

 H1.HeaderClassName
 {
   color: #020560;
 }
 .AnyTagClassName
 {
   color: #020560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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