Html Css Color HEX #070371 Navy

📋 copy color: '#070371'

red 7 ◦ green 3 ◦ blue 113

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

Shades of Navy #070371

Tints of Navy #070371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.44%

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

R = 5.69%
G = 2.44%
B = 91.87%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#070371 (or 0x070371) is known color: Navy. HEX triplet: 07, 03 and 71. RGB value is (7,3,113). Sum of RGB (Red+Green+Blue) = 7+3+113=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 113 (44.53% from 255 or 91.87% from 123); Max value from RGB is 113 - color contains mainly: blue. Hex color #070371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070371 is #F8FC8E. Grayscale: #101010. Windows color (decimal): -16317583 or 7406343. OLE color: 7406343.

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

Color convert

RGB 7 3 113 -
CMYK 0.94 0.97 0 0.56
HSL 242.18º 0.95% 0.23% -
HSV(B) 242.18º 0.97% 0.44% -
XYZ 3.1 1.3 15.71 -
YUV 16.74 182.33 121.06 -
System Red Green Blue C M Y K H S L
Decimal 7 3 113 0.94 0.97 0 0.56 242.18 0.95 0.23
Hex 7 3 71 5E 61 0 38 F2 5F 17
Octal 7 3 161 136 141 0 70 362 137 27
Binary 111 11 1110001 1011110 1100001 0 111000 11110010 1011111 10111

Color Harmonies of #070371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070371

Black with #070371

Text Example


Text Example

White with #070371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070371; }

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

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

background-color css

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

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

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

border-color css

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

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

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