Html Css Color HEX #071580 Navy

📋 copy color: '#071580'

red 7 ◦ green 21 ◦ blue 128

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

Shades of Navy #071580

Tints of Navy #071580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.46%

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

R = 4.49%
G = 13.46%
B = 82.05%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#071580 (or 0x071580) is known color: Navy. HEX triplet: 07, 15 and 80. RGB value is (7,21,128). Sum of RGB (Red+Green+Blue) = 7+21+128=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 128 (50.39% from 255 or 82.05% from 156); Max value from RGB is 128 - color contains mainly: blue. Hex color #071580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071580 is #F8EA7F. Grayscale: #1C1C1C. Windows color (decimal): -16312960 or 8393991. OLE color: 8393991.

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

Color convert

RGB 7 21 128 -
CMYK 0.95 0.84 0 0.50
HSL 233.06º 0.9% 0.26% -
HSV(B) 233.06º 0.95% 0.5% -
XYZ 4.25 2.14 20.61 -
YUV 29.01 183.86 112.3 -
System Red Green Blue C M Y K H S L
Decimal 7 21 128 0.95 0.84 0 0.50 233.06 0.9 0.26
Hex 7 15 80 5F 54 0 32 E9 5A 1A
Octal 7 25 200 137 124 0 62 351 132 32
Binary 111 10101 10000000 1011111 1010100 0 110010 11101001 1011010 11010

Color Harmonies of #071580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071580

Black with #071580

Text Example


Text Example

White with #071580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071580; }

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

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

background-color css

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

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

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

border-color css

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

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

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