Html Css Color HEX #020361 Navy

📋 copy color: '#020361'

red 2 ◦ green 3 ◦ blue 97

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

Shades of Navy #020361

Tints of Navy #020361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 95.1%

R = 1.96%
G = 2.94%
B = 95.1%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#020361 (or 0x020361) is known color: Navy. HEX triplet: 02, 03 and 61. RGB value is (2,3,97). Sum of RGB (Red+Green+Blue) = 2+3+97=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 97 (38.28% from 255 or 95.10% from 102); Max value from RGB is 97 - color contains mainly: blue. Hex color #020361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020361 is #FDFC9E. Grayscale: #0D0D0D. Windows color (decimal): -16645279 or 6357762. OLE color: 6357762.

HSL color Cylindrical-coordinate representation of color #020361: hue angle of 239.37º 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 #020361 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 3 97 -
CMYK 0.98 0.97 0 0.62
HSL 239.37º 0.96% 0.19% -
HSV(B) 239.37º 0.98% 0.38% -
XYZ 2.22 0.94 11.37 -
YUV 13.42 175.17 119.86 -
System Red Green Blue C M Y K H S L
Decimal 2 3 97 0.98 0.97 0 0.62 239.37 0.96 0.19
Hex 2 3 61 62 61 0 3E EF 60 13
Octal 2 3 141 142 141 0 76 357 140 23
Binary 10 11 1100001 1100010 1100001 0 111110 11101111 1100000 10011

Color Harmonies of #020361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020361

Black with #020361

Text Example


Text Example

White with #020361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020361; }

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

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

background-color css

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

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

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

border-color css

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

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

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