Html Css Color HEX #020683 Navy

📋 copy color: '#020683'

red 2 ◦ green 6 ◦ blue 131

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

Shades of Navy #020683

Tints of Navy #020683

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.32%

 BLUE value IS 131 (51.56% from 255) = 94.24%

R = 1.44%
G = 4.32%
B = 94.24%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#020683 (or 0x020683) is known color: Navy. HEX triplet: 02, 06 and 83. RGB value is (2,6,131). Sum of RGB (Red+Green+Blue) = 2+6+131=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 131 (51.56% from 255 or 94.24% from 139); Max value from RGB is 131 - color contains mainly: blue. Hex color #020683 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020683 is #FDF97C. Grayscale: #121212. Windows color (decimal): -16644477 or 8586754. OLE color: 8586754.

HSL color Cylindrical-coordinate representation of color #020683: hue angle of 238.14º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020683 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 6 131 -
CMYK 0.98 0.95 0 0.49
HSL 238.14º 0.97% 0.26% -
HSV(B) 238.14º 0.98% 0.51% -
XYZ 4.19 1.78 21.6 -
YUV 19.05 191.17 115.84 -
System Red Green Blue C M Y K H S L
Decimal 2 6 131 0.98 0.95 0 0.49 238.14 0.97 0.26
Hex 2 6 83 62 5F 0 31 EE 61 1A
Octal 2 6 203 142 137 0 61 356 141 32
Binary 10 110 10000011 1100010 1011111 0 110001 11101110 1100001 11010

Color Harmonies of #020683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020683

Black with #020683

Text Example


Text Example

White with #020683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020683; }

 p { color: rgb(2,6,131); }

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

background-color css

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

 a { background-color: rgb(2,6,131); }

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

border-color css

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

 span { border-color: rgb(2,6,131); }

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