#070E57

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

Shades of Midnight Blue #070E57

Tints of Midnight Blue #070E57

Color information

#070E57 (or 0x070E57) is unknown color: approx Midnight Blue. HEX triplet: 07, 0E and 57. RGB value is (7,14,87). Sum of RGB (Red+Green+Blue) = 7+14+87=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 87 (34.38% from 255 or 80.56% from 108); Max value from RGB is 87 - color contains mainly: blue. Hex color #070E57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070E57 is #F8F1A8. Grayscale: #131313. Windows color (decimal): -16314793 or 5705223. OLE color: 5705223.

HSL color Cylindrical-coordinate representation of color #070E57: hue angle of 234.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070E57 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB71487-
CMYK0.920.8400.66
HSL234.75º85.11%18.43%-
HSV(B)234.75º91.95%34.12%-
XYZ1.961.059.12-
YUV20.23165.68118.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.48%
GREEN value IS 14 (5.86% from 255) = 12.96%
BLUE value IS 87 (34.38% from 255) = 80.56%
R=6.48%
G=12.96%
B=80.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal714870.920.8400.66234.7585.1118.43
Hex7E575C54042eb5512
Octal716127134124010235312522
Binary11111101010111101110010101000100001011101011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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