Html Css Color HEX #071180 Navy

📋 copy color: '#071180'

red 7 ◦ green 17 ◦ blue 128

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

Shades of Navy #071180

Tints of Navy #071180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.18%

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

R = 4.61%
G = 11.18%
B = 84.21%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#071180 (or 0x071180) is known color: Navy. HEX triplet: 07, 11 and 80. RGB value is (7,17,128). Sum of RGB (Red+Green+Blue) = 7+17+128=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 128 (50.39% from 255 or 84.21% from 152); Max value from RGB is 128 - color contains mainly: blue. Hex color #071180 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071180 is #F8EE7F. Grayscale: #1A1A1A. Windows color (decimal): -16313984 or 8392967. OLE color: 8392967.

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

Color convert

RGB 7 17 128 -
CMYK 0.95 0.87 0 0.50
HSL 235.04º 0.9% 0.26% -
HSV(B) 235.04º 0.95% 0.5% -
XYZ 4.18 2 20.59 -
YUV 26.66 185.19 113.97 -
System Red Green Blue C M Y K H S L
Decimal 7 17 128 0.95 0.87 0 0.50 235.04 0.9 0.26
Hex 7 11 80 5F 57 0 32 EB 5A 1A
Octal 7 21 200 137 127 0 62 353 132 32
Binary 111 10001 10000000 1011111 1010111 0 110010 11101011 1011010 11010

Color Harmonies of #071180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071180

Black with #071180

Text Example


Text Example

White with #071180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071180; }

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

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

background-color css

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

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

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

border-color css

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

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

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