#070464

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

Shades of Navy #070464

Tints of Navy #070464

Color information

#070464 (or 0x070464) is unknown color: approx Navy. HEX triplet: 07, 04 and 64. RGB value is (7,4,100). Sum of RGB (Red+Green+Blue) = 7+4+100=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 100 (39.45% from 255 or 90.09% from 111); Max value from RGB is 100 - color contains mainly: blue. Hex color #070464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070464 is #F8FB9B. Grayscale: #0F0F0F. Windows color (decimal): -16317340 or 6554631. OLE color: 6554631.

HSL color Cylindrical-coordinate representation of color #070464: hue angle of 241.88º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070464 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB74100-
CMYK0.930.9600.61
HSL241.88º92.31%20.39%-
HSV(B)241.88º96%39.22%-
XYZ2.431.0512.13-
YUV15.84175.49121.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 4 (1.95% from 255) = 3.60%
BLUE value IS 100 (39.45% from 255) = 90.09%
R=6.31%
G=3.60%
B=90.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal741000.930.9600.61241.8892.3120.39
Hex74645D6003Df25c14
Octal7414413514007536213424
Binary111100110010010111011100000011110111110010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070464; }

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

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

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

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

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

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

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

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