Html Css Color HEX #070076 Navy

📋 copy color: '#070076'

red 7 ◦ green 0 ◦ blue 118

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

Shades of Navy #070076

Tints of Navy #070076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 5.6%
G = 0%
B = 94.4%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#070076 (or 0x070076) is known color: Navy. HEX triplet: 07, 00 and 76. RGB value is (7,0,118). Sum of RGB (Red+Green+Blue) = 7+0+118=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 118 (46.48% from 255 or 94.4% from 125); Max value from RGB is 118 - color contains mainly: blue. Hex color #070076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070076 is #F8FF89. Grayscale: #0F0F0F. Windows color (decimal): -16318346 or 7733255. OLE color: 7733255.

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

Color convert

RGB 7 0 118 -
CMYK 0.94 1 0 0.54
HSL 243.56º 1% 0.23% -
HSV(B) 243.56º 1% 0.46% -
XYZ 3.36 1.35 17.22 -
YUV 15.55 185.82 121.91 -
System Red Green Blue C M Y K H S L
Decimal 7 0 118 0.94 1 0 0.54 243.56 1 0.23
Hex 7 0 76 5E 64 0 36 F4 64 17
Octal 7 0 166 136 144 0 66 364 144 27
Binary 111 0 1110110 1011110 1100100 0 110110 11110100 1100100 10111

Color Harmonies of #070076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070076

Black with #070076

Text Example


Text Example

White with #070076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070076; }

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

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

background-color css

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

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

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

border-color css

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

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

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