#070870

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

Shades of Navy #070870

Tints of Navy #070870

Color information

#070870 (or 0x070870) is unknown color: approx Navy. HEX triplet: 07, 08 and 70. RGB value is (7,8,112). Sum of RGB (Red+Green+Blue) = 7+8+112=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 112 (44.14% from 255 or 88.19% from 127); Max value from RGB is 112 - color contains mainly: blue. Hex color #070870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070870 is #F8F78F. Grayscale: #131313. Windows color (decimal): -16316304 or 7342087. OLE color: 7342087.

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

Color convert

RGB78112-
CMYK0.940.9300.56
HSL239.43º88.24%23.33%-
HSV(B)239.43º93.75%43.92%-
XYZ3.11.3915.43-
YUV19.56180.17119.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.51%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 112 (44.14% from 255) = 88.19%
R=5.51%
G=6.30%
B=88.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal781120.940.9300.56239.4388.2423.33
Hex78705E5D038ef5817
Octal71016013613507035713027
Binary1111000111000010111101011101011100011101111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070870; }

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

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

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

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

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

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

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

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