Html Css Color HEX #071680 Navy

📋 copy color: '#071680'

red 7 ◦ green 22 ◦ blue 128

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

Shades of Navy #071680

Tints of Navy #071680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.01%

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

R = 4.46%
G = 14.01%
B = 81.53%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#071680 (or 0x071680) is known color: Navy. HEX triplet: 07, 16 and 80. RGB value is (7,22,128). Sum of RGB (Red+Green+Blue) = 7+22+128=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 128 (50.39% from 255 or 81.53% from 157); Max value from RGB is 128 - color contains mainly: blue. Hex color #071680 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071680 is #F8E97F. Grayscale: #1D1D1D. Windows color (decimal): -16312704 or 8394247. OLE color: 8394247.

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

Color convert

RGB 7 22 128 -
CMYK 0.95 0.83 0 0.50
HSL 232.56º 0.9% 0.26% -
HSV(B) 232.56º 0.95% 0.5% -
XYZ 4.27 2.18 20.62 -
YUV 29.6 183.53 111.88 -
System Red Green Blue C M Y K H S L
Decimal 7 22 128 0.95 0.83 0 0.50 232.56 0.9 0.26
Hex 7 16 80 5F 53 0 32 E9 5A 1A
Octal 7 26 200 137 123 0 62 351 132 32
Binary 111 10110 10000000 1011111 1010011 0 110010 11101001 1011010 11010

Color Harmonies of #071680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071680

Black with #071680

Text Example


Text Example

White with #071680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071680; }

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

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

background-color css

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

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

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

border-color css

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

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

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