#070E6F

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

Shades of Midnight Blue #070E6F

Tints of Midnight Blue #070E6F

Color information

#070E6F (or 0x070E6F) is unknown color: approx Midnight Blue. HEX triplet: 07, 0E and 6F. RGB value is (7,14,111). Sum of RGB (Red+Green+Blue) = 7+14+111=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 111 (43.75% from 255 or 84.09% from 132); Max value from RGB is 111 - color contains mainly: blue. Hex color #070E6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070E6F is #F8F190. Grayscale: #161616. Windows color (decimal): -16314769 or 7278087. OLE color: 7278087.

HSL color Cylindrical-coordinate representation of color #070E6F: hue angle of 235.96º 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 #070E6F is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB714111-
CMYK0.940.8700.56
HSL235.96º88.14%23.14%-
HSV(B)235.96º93.69%43.53%-
XYZ3.111.5115.17-
YUV22.96177.68116.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 14 (5.86% from 255) = 10.61%
BLUE value IS 111 (43.75% from 255) = 84.09%
R=5.30%
G=10.61%
B=84.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7141110.940.8700.56235.9688.1423.14
Hex7E6F5E57038ec5817
Octal71615713612707035413027
Binary1111110110111110111101010111011100011101100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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