#070575

Color #070575 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #070575

Tints of Navy #070575

Color information

#070575 (or 0x070575) is unknown color: approx Navy. HEX triplet: 07, 05 and 75. RGB value is (7,5,117). Sum of RGB (Red+Green+Blue) = 7+5+117=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 117 (46.09% from 255 or 90.70% from 129); Max value from RGB is 117 - color contains mainly: blue. Hex color #070575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070575 is #F8FA8A. Grayscale: #111111. Windows color (decimal): -16317067 or 7668999. OLE color: 7668999.

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

Color convert

RGB75117-
CMYK0.940.9600.54
HSL241.07º91.8%23.92%-
HSV(B)241.07º95.73%45.88%-
XYZ3.351.4416.93-
YUV18.37183.66119.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.43%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 117 (46.09% from 255) = 90.70%
R=5.43%
G=3.88%
B=90.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal751170.940.9600.54241.0791.823.92
Hex75755E60036f15c18
Octal7516513614006636113430
Binary111101111010110111101100000011011011110001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070575; }

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

 H1.HeaderClassName
 {
   color: #070575;
 }
 .AnyTagClassName
 {
   color: #070575;
 }
</style>
background-color css

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

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

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

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

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

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