#070F72

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

Shades of Midnight Blue #070F72

Tints of Midnight Blue #070F72

Color information

#070F72 (or 0x070F72) is unknown color: approx Midnight Blue. HEX triplet: 07, 0F and 72. RGB value is (7,15,114). Sum of RGB (Red+Green+Blue) = 7+15+114=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 114 (44.92% from 255 or 83.82% from 136); Max value from RGB is 114 - color contains mainly: blue. Hex color #070F72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070F72 is #F8F08D. Grayscale: #171717. Windows color (decimal): -16314510 or 7474951. OLE color: 7474951.

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

Color convert

RGB715114-
CMYK0.940.8700.55
HSL235.51º88.43%23.73%-
HSV(B)235.51º93.86%44.71%-
XYZ3.31.616.06-
YUV23.89178.85115.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.15%
GREEN value IS 15 (6.25% from 255) = 11.03%
BLUE value IS 114 (44.92% from 255) = 83.82%
R=5.15%
G=11.03%
B=83.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7151140.940.8700.55235.5188.4323.73
Hex7F725E57037ec5818
Octal71716213612706735413030
Binary1111111111001010111101010111011011111101100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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