#070E72

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

Shades of Navy #070E72

Tints of Navy #070E72

Color information

#070E72 (or 0x070E72) is unknown color: approx Navy. HEX triplet: 07, 0E and 72. RGB value is (7,14,114). Sum of RGB (Red+Green+Blue) = 7+14+114=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 114 (44.92% from 255 or 84.44% from 135); Max value from RGB is 114 - color contains mainly: blue. Hex color #070E72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070E72 is #F8F18D. Grayscale: #161616. Windows color (decimal): -16314766 or 7474695. OLE color: 7474695.

HSL color Cylindrical-coordinate representation of color #070E72: hue angle of 236.07º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070E72 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB714114-
CMYK0.940.8800.55
HSL236.07º88.43%23.73%-
HSV(B)236.07º93.86%44.71%-
XYZ3.281.5716.05-
YUV23.31179.18116.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.19%
GREEN value IS 14 (5.86% from 255) = 10.37%
BLUE value IS 114 (44.92% from 255) = 84.44%
R=5.19%
G=10.37%
B=84.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7141140.940.8800.55236.0788.4323.73
Hex7E725E58037ec5818
Octal71616213613006735413030
Binary1111110111001010111101011000011011111101100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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