Html Css Color HEX #070571 Navy

📋 copy color: '#070571'

red 7 ◦ green 5 ◦ blue 113

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

Shades of Navy #070571

Tints of Navy #070571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4%

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

R = 5.6%
G = 4%
B = 90.4%

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

#070571 (or 0x070571) is known color: Navy. HEX triplet: 07, 05 and 71. RGB value is (7,5,113). Sum of RGB (Red+Green+Blue) = 7+5+113=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 113 (44.53% from 255 or 90.4% from 125); Max value from RGB is 113 - color contains mainly: blue. Hex color #070571 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070571 is #F8FA8E. Grayscale: #111111. Windows color (decimal): -16317071 or 7406855. OLE color: 7406855.

HSL color Cylindrical-coordinate representation of color #070571: hue angle of 241.11º degrees, saturation: 0.92, 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 #070571 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 5 113 -
CMYK 0.94 0.96 0 0.56
HSL 241.11º 0.92% 0.23% -
HSV(B) 241.11º 0.96% 0.44% -
XYZ 3.12 1.35 15.72 -
YUV 17.91 181.66 120.22 -
System Red Green Blue C M Y K H S L
Decimal 7 5 113 0.94 0.96 0 0.56 241.11 0.92 0.23
Hex 7 5 71 5E 60 0 38 F1 5C 17
Octal 7 5 161 136 140 0 70 361 134 27
Binary 111 101 1110001 1011110 1100000 0 111000 11110001 1011100 10111

Color Harmonies of #070571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070571

Black with #070571

Text Example


Text Example

White with #070571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070571; }

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

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

background-color css

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

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

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

border-color css

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

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

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