Html Css Color HEX #070576 Navy

📋 copy color: '#070576'

red 7 ◦ green 5 ◦ blue 118

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

Shades of Navy #070576

Tints of Navy #070576

RGB

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

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

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

R = 5.38%
G = 3.85%
B = 90.77%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#070576 (or 0x070576) is known color: Navy. HEX triplet: 07, 05 and 76. RGB value is (7,5,118). Sum of RGB (Red+Green+Blue) = 7+5+118=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 118 (46.48% from 255 or 90.77% from 130); Max value from RGB is 118 - color contains mainly: blue. Hex color #070576 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070576 is #F8FA89. Grayscale: #121212. Windows color (decimal): -16317066 or 7734535. OLE color: 7734535.

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

Color convert

RGB 7 5 118 -
CMYK 0.94 0.96 0 0.54
HSL 241.06º 0.92% 0.24% -
HSV(B) 241.06º 0.96% 0.46% -
XYZ 3.41 1.46 17.24 -
YUV 18.48 184.16 119.81 -
System Red Green Blue C M Y K H S L
Decimal 7 5 118 0.94 0.96 0 0.54 241.06 0.92 0.24
Hex 7 5 76 5E 60 0 36 F1 5C 18
Octal 7 5 166 136 140 0 66 361 134 30
Binary 111 101 1110110 1011110 1100000 0 110110 11110001 1011100 11000

Color Harmonies of #070576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070576

Black with #070576

Text Example


Text Example

White with #070576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070576; }

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

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

background-color css

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

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

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

border-color css

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

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

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