Html Css Color HEX #020781 Navy

📋 copy color: '#020781'

red 2 ◦ green 7 ◦ blue 129

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

Shades of Navy #020781

Tints of Navy #020781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 93.48%

R = 1.45%
G = 5.07%
B = 93.48%

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

#020781 (or 0x020781) is known color: Navy. HEX triplet: 02, 07 and 81. RGB value is (2,7,129). Sum of RGB (Red+Green+Blue) = 2+7+129=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 129 (50.78% from 255 or 93.48% from 138); Max value from RGB is 129 - color contains mainly: blue. Hex color #020781 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020781 is #FDF87E. Grayscale: #121212. Windows color (decimal): -16644223 or 8455938. OLE color: 8455938.

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

Color convert

RGB 2 7 129 -
CMYK 0.98 0.95 0 0.49
HSL 237.64º 0.97% 0.26% -
HSV(B) 237.64º 0.98% 0.51% -
XYZ 4.06 1.75 20.89 -
YUV 19.41 189.84 115.58 -
System Red Green Blue C M Y K H S L
Decimal 2 7 129 0.98 0.95 0 0.49 237.64 0.97 0.26
Hex 2 7 81 62 5F 0 31 EE 61 1A
Octal 2 7 201 142 137 0 61 356 141 32
Binary 10 111 10000001 1100010 1011111 0 110001 11101110 1100001 11010

Color Harmonies of #020781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020781

Black with #020781

Text Example


Text Example

White with #020781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020781; }

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

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

background-color css

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

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

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

border-color css

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

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

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