Html Css Color HEX #070080 Navy

📋 copy color: '#070080'

red 7 ◦ green 0 ◦ blue 128

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

Shades of Navy #070080

Tints of Navy #070080

RGB

 RED value IS 7 (3.13% from 255) = 5.19%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 94.81%

R = 5.19%
G = 0%
B = 94.81%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#070080 (or 0x070080) is known color: Navy. HEX triplet: 07, 00 and 80. RGB value is (7,0,128). Sum of RGB (Red+Green+Blue) = 7+0+128=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 128 (50.39% from 255 or 94.81% from 135); Max value from RGB is 128 - color contains mainly: blue. Hex color #070080 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070080 is #F8FF7F. Grayscale: #101010. Windows color (decimal): -16318336 or 8388615. OLE color: 8388615.

HSL color Cylindrical-coordinate representation of color #070080: hue angle of 243.28º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070080 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 0 128 -
CMYK 0.95 1 0 0.50
HSL 243.28º 1% 0.25% -
HSV(B) 243.28º 1% 0.5% -
XYZ 3.98 1.6 20.52 -
YUV 16.69 190.82 121.09 -
System Red Green Blue C M Y K H S L
Decimal 7 0 128 0.95 1 0 0.50 243.28 1 0.25
Hex 7 0 80 5F 64 0 32 F3 64 19
Octal 7 0 200 137 144 0 62 363 144 31
Binary 111 0 10000000 1011111 1100100 0 110010 11110011 1100100 11001

Color Harmonies of #070080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070080

Black with #070080

Text Example


Text Example

White with #070080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070080; }

 p { color: rgb(7,0,128); }

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

background-color css

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

 a { background-color: rgb(7,0,128); }

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

border-color css

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

 span { border-color: rgb(7,0,128); }

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