Html Css Color HEX #071076 Navy

📋 copy color: '#071076'

red 7 ◦ green 16 ◦ blue 118

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

Shades of Navy #071076

Tints of Navy #071076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.35%

 BLUE value IS 118 (46.48% from 255) = 83.69%

R = 4.96%
G = 11.35%
B = 83.69%

CMYK

 C value IS 0.94

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#071076 (or 0x071076) is known color: Navy. HEX triplet: 07, 10 and 76. RGB value is (7,16,118). Sum of RGB (Red+Green+Blue) = 7+16+118=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 118 (46.48% from 255 or 83.69% from 141); Max value from RGB is 118 - color contains mainly: blue. Hex color #071076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071076 is #F8EF89. Grayscale: #181818. Windows color (decimal): -16314250 or 7737351. OLE color: 7737351.

HSL color Cylindrical-coordinate representation of color #071076: hue angle of 235.14º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071076 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 16 118 -
CMYK 0.94 0.86 0 0.54
HSL 235.14º 0.89% 0.25% -
HSV(B) 235.14º 0.94% 0.46% -
XYZ 3.54 1.72 17.29 -
YUV 24.94 180.52 115.21 -
System Red Green Blue C M Y K H S L
Decimal 7 16 118 0.94 0.86 0 0.54 235.14 0.89 0.25
Hex 7 10 76 5E 56 0 36 EB 59 19
Octal 7 20 166 136 126 0 66 353 131 31
Binary 111 10000 1110110 1011110 1010110 0 110110 11101011 1011001 11001

Color Harmonies of #071076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071076

Black with #071076

Text Example


Text Example

White with #071076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071076; }

 p { color: rgb(7,16,118); }

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

background-color css

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

 a { background-color: rgb(7,16,118); }

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

border-color css

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

 span { border-color: rgb(7,16,118); }

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