Html Css Color HEX #020359 Navy

📋 copy color: '#020359'

red 2 ◦ green 3 ◦ blue 89

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

Shades of Navy #020359

Tints of Navy #020359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.19%

 BLUE value IS 89 (35.16% from 255) = 94.68%

R = 2.13%
G = 3.19%
B = 94.68%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#020359 (or 0x020359) is known color: Navy. HEX triplet: 02, 03 and 59. RGB value is (2,3,89). Sum of RGB (Red+Green+Blue) = 2+3+89=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 89 (35.16% from 255 or 94.68% from 94); Max value from RGB is 89 - color contains mainly: blue. Hex color #020359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020359 is #FDFCA6. Grayscale: #0C0C0C. Windows color (decimal): -16645287 or 5833474. OLE color: 5833474.

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

Color convert

RGB 2 3 89 -
CMYK 0.98 0.97 0 0.65
HSL 239.31º 0.96% 0.18% -
HSV(B) 239.31º 0.98% 0.35% -
XYZ 1.86 0.8 9.51 -
YUV 12.51 171.17 120.51 -
System Red Green Blue C M Y K H S L
Decimal 2 3 89 0.98 0.97 0 0.65 239.31 0.96 0.18
Hex 2 3 59 62 61 0 41 EF 60 12
Octal 2 3 131 142 141 0 101 357 140 22
Binary 10 11 1011001 1100010 1100001 0 1000001 11101111 1100000 10010

Color Harmonies of #020359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020359

Black with #020359

Text Example


Text Example

White with #020359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020359; }

 p { color: rgb(2,3,89); }

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

background-color css

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

 a { background-color: rgb(2,3,89); }

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

border-color css

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

 span { border-color: rgb(2,3,89); }

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