Html Css Color HEX #070471 Navy

📋 copy color: '#070471'

red 7 ◦ green 4 ◦ blue 113

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

Shades of Navy #070471

Tints of Navy #070471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.23%

 BLUE value IS 113 (44.53% from 255) = 91.13%

R = 5.65%
G = 3.23%
B = 91.13%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#070471 (or 0x070471) is known color: Navy. HEX triplet: 07, 04 and 71. RGB value is (7,4,113). Sum of RGB (Red+Green+Blue) = 7+4+113=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 113 (44.53% from 255 or 91.13% from 124); Max value from RGB is 113 - color contains mainly: blue. Hex color #070471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070471 is #F8FB8E. Grayscale: #101010. Windows color (decimal): -16317327 or 7406599. OLE color: 7406599.

HSL color Cylindrical-coordinate representation of color #070471: hue angle of 241.65º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070471 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 4 113 -
CMYK 0.94 0.96 0 0.56
HSL 241.65º 0.93% 0.23% -
HSV(B) 241.65º 0.96% 0.44% -
XYZ 3.11 1.32 15.71 -
YUV 17.32 181.99 120.64 -
System Red Green Blue C M Y K H S L
Decimal 7 4 113 0.94 0.96 0 0.56 241.65 0.93 0.23
Hex 7 4 71 5E 60 0 38 F2 5D 17
Octal 7 4 161 136 140 0 70 362 135 27
Binary 111 100 1110001 1011110 1100000 0 111000 11110010 1011101 10111

Color Harmonies of #070471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070471

Black with #070471

Text Example


Text Example

White with #070471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070471; }

 p { color: rgb(7,4,113); }

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

background-color css

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

 a { background-color: rgb(7,4,113); }

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

border-color css

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

 span { border-color: rgb(7,4,113); }

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