#070E78

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

Shades of Navy #070E78

Tints of Navy #070E78

Color information

#070E78 (or 0x070E78) is unknown color: approx Navy. HEX triplet: 07, 0E and 78. RGB value is (7,14,120). Sum of RGB (Red+Green+Blue) = 7+14+120=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 120 (47.27% from 255 or 85.11% from 141); Max value from RGB is 120 - color contains mainly: blue. Hex color #070E78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070E78 is #F8F187. Grayscale: #171717. Windows color (decimal): -16314760 or 7867911. OLE color: 7867911.

HSL color Cylindrical-coordinate representation of color #070E78: hue angle of 236.28º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070E78 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB714120-
CMYK0.940.8800.53
HSL236.28º88.98%24.9%-
HSV(B)236.28º94.17%47.06%-
XYZ3.631.7217.91-
YUV23.99182.18115.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 14 (5.86% from 255) = 9.93%
BLUE value IS 120 (47.27% from 255) = 85.11%
R=4.96%
G=9.93%
B=85.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7141200.940.8800.53236.2888.9824.9
Hex7E785E58035ec5919
Octal71617013613006535413131
Binary1111110111100010111101011000011010111101100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070E78; }

 p { color: rgb(7,14,120); }

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

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

 a { background-color: rgb(7,14,120); }

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

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

 span { border-color: rgb(7,14,120); }

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