#070570

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

Shades of Navy #070570

Tints of Navy #070570

Color information

#070570 (or 0x070570) is unknown color: approx Navy. HEX triplet: 07, 05 and 70. RGB value is (7,5,112). Sum of RGB (Red+Green+Blue) = 7+5+112=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 112 (44.14% from 255 or 90.32% from 124); Max value from RGB is 112 - color contains mainly: blue. Hex color #070570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070570 is #F8FA8F. Grayscale: #111111. Windows color (decimal): -16317072 or 7341319. OLE color: 7341319.

HSL color Cylindrical-coordinate representation of color #070570: hue angle of 241.12º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070570 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB75112-
CMYK0.940.9600.56
HSL241.12º91.45%22.94%-
HSV(B)241.12º95.54%43.92%-
XYZ3.071.3215.42-
YUV17.8181.16120.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.65%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 112 (44.14% from 255) = 90.32%
R=5.65%
G=4.03%
B=90.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal751120.940.9600.56241.1291.4522.94
Hex75705E60038f15b17
Octal7516013614007036113327
Binary111101111000010111101100000011100011110001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070570; }

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

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

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

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

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

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

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

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