Html Css Color HEX #071080 Navy

📋 copy color: '#071080'

red 7 ◦ green 16 ◦ blue 128

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

Shades of Navy #071080

Tints of Navy #071080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.6%

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

R = 4.64%
G = 10.6%
B = 84.77%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#071080 (or 0x071080) is known color: Navy. HEX triplet: 07, 10 and 80. RGB value is (7,16,128). Sum of RGB (Red+Green+Blue) = 7+16+128=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 128 (50.39% from 255 or 84.77% from 151); Max value from RGB is 128 - color contains mainly: blue. Hex color #071080 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071080 is #F8EF7F. Grayscale: #191919. Windows color (decimal): -16314240 or 8392711. OLE color: 8392711.

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

Color convert

RGB 7 16 128 -
CMYK 0.95 0.88 0 0.50
HSL 235.54º 0.9% 0.26% -
HSV(B) 235.54º 0.95% 0.5% -
XYZ 4.17 1.97 20.58 -
YUV 26.08 185.52 114.39 -
System Red Green Blue C M Y K H S L
Decimal 7 16 128 0.95 0.88 0 0.50 235.54 0.9 0.26
Hex 7 10 80 5F 58 0 32 EC 5A 1A
Octal 7 20 200 137 130 0 62 354 132 32
Binary 111 10000 10000000 1011111 1011000 0 110010 11101100 1011010 11010

Color Harmonies of #071080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071080

Black with #071080

Text Example


Text Example

White with #071080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071080; }

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

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

background-color css

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

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

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

border-color css

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

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

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