#070E6E

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

Shades of Midnight Blue #070E6E

Tints of Midnight Blue #070E6E

Color information

#070E6E (or 0x070E6E) is unknown color: approx Midnight Blue. HEX triplet: 07, 0E and 6E. RGB value is (7,14,110). Sum of RGB (Red+Green+Blue) = 7+14+110=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 110 (43.36% from 255 or 83.97% from 131); Max value from RGB is 110 - color contains mainly: blue. Hex color #070E6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070E6E is #F8F191. Grayscale: #161616. Windows color (decimal): -16314770 or 7212551. OLE color: 7212551.

HSL color Cylindrical-coordinate representation of color #070E6E: hue angle of 235.92º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070E6E is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB714110-
CMYK0.940.8700.57
HSL235.92º88.03%22.94%-
HSV(B)235.92º93.64%43.14%-
XYZ3.061.4914.88-
YUV22.85177.18116.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 14 (5.86% from 255) = 10.69%
BLUE value IS 110 (43.36% from 255) = 83.97%
R=5.34%
G=10.69%
B=83.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7141100.940.8700.57235.9288.0322.94
Hex7E6E5E57039ec5817
Octal71615613612707135413027
Binary1111110110111010111101010111011100111101100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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