#070475

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

Shades of Navy #070475

Tints of Navy #070475

Color information

#070475 (or 0x070475) is unknown color: approx Navy. HEX triplet: 07, 04 and 75. RGB value is (7,4,117). Sum of RGB (Red+Green+Blue) = 7+4+117=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 117 (46.09% from 255 or 91.41% from 128); Max value from RGB is 117 - color contains mainly: blue. Hex color #070475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070475 is #F8FB8A. Grayscale: #111111. Windows color (decimal): -16317323 or 7668743. OLE color: 7668743.

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

Color convert

RGB74117-
CMYK0.940.9700.54
HSL241.59º93.39%23.73%-
HSV(B)241.59º96.58%45.88%-
XYZ3.341.4216.93-
YUV17.78183.99120.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.47%
GREEN value IS 4 (1.95% from 255) = 3.12%
BLUE value IS 117 (46.09% from 255) = 91.41%
R=5.47%
G=3.12%
B=91.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal741170.940.9700.54241.5993.3923.73
Hex74755E61036f25d18
Octal7416513614106636213530
Binary111100111010110111101100001011011011110010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070475; }

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

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

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

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

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

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

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

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