Html Css Color HEX #020783 Navy

📋 copy color: '#020783'

red 2 ◦ green 7 ◦ blue 131

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

Shades of Navy #020783

Tints of Navy #020783

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5%

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

R = 1.43%
G = 5%
B = 93.57%

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

#020783 (or 0x020783) is known color: Navy. HEX triplet: 02, 07 and 83. RGB value is (2,7,131). Sum of RGB (Red+Green+Blue) = 2+7+131=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 131 (51.56% from 255 or 93.57% from 140); Max value from RGB is 131 - color contains mainly: blue. Hex color #020783 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020783 is #FDF87C. Grayscale: #131313. Windows color (decimal): -16644221 or 8587010. OLE color: 8587010.

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

Color convert

RGB 2 7 131 -
CMYK 0.98 0.95 0 0.49
HSL 237.67º 0.97% 0.26% -
HSV(B) 237.67º 0.98% 0.51% -
XYZ 4.2 1.8 21.6 -
YUV 19.64 190.84 115.42 -
System Red Green Blue C M Y K H S L
Decimal 2 7 131 0.98 0.95 0 0.49 237.67 0.97 0.26
Hex 2 7 83 62 5F 0 31 EE 61 1A
Octal 2 7 203 142 137 0 61 356 141 32
Binary 10 111 10000011 1100010 1011111 0 110001 11101110 1100001 11010

Color Harmonies of #020783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020783

Black with #020783

Text Example


Text Example

White with #020783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020783; }

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

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

background-color css

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

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

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

border-color css

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

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

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