#070A4F

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

Shades of Midnight Blue #070A4F

Tints of Midnight Blue #070A4F

Color information

#070A4F (or 0x070A4F) is unknown color: approx Midnight Blue. HEX triplet: 07, 0A and 4F. RGB value is (7,10,79). Sum of RGB (Red+Green+Blue) = 7+10+79=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 79 (31.25% from 255 or 82.29% from 96); Max value from RGB is 79 - color contains mainly: blue. Hex color #070A4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070A4F is #F8F5B0. Grayscale: #101010. Windows color (decimal): -16315825 or 5179911. OLE color: 5179911.

HSL color Cylindrical-coordinate representation of color #070A4F: hue angle of 237.5º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070A4F is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB71079-
CMYK0.910.8700.69
HSL237.5º83.72%16.86%-
HSV(B)237.5º91.14%30.98%-
XYZ1.610.837.47-
YUV16.97163.01120.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.29%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 79 (31.25% from 255) = 82.29%
R=7.29%
G=10.42%
B=82.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal710790.910.8700.69237.583.7216.86
Hex7A4F5B57045ee5411
Octal712117133127010535612421
Binary11110101001111101101110101110100010111101110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,10,79); }

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

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

 a { background-color: rgb(7,10,79); }

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

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

 span { border-color: rgb(7,10,79); }

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