#070C59

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

Shades of Midnight Blue #070C59

Tints of Midnight Blue #070C59

Color information

#070C59 (or 0x070C59) is unknown color: approx Midnight Blue. HEX triplet: 07, 0C and 59. RGB value is (7,12,89). Sum of RGB (Red+Green+Blue) = 7+12+89=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #070C59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C59 is #F8F3A6. Grayscale: #121212. Windows color (decimal): -16315303 or 5835783. OLE color: 5835783.

HSL color Cylindrical-coordinate representation of color #070C59: hue angle of 236.34º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070C59 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB71289-
CMYK0.920.8700.65
HSL236.34º85.42%18.82%-
HSV(B)236.34º92.13%34.9%-
XYZ2.021.039.54-
YUV19.28167.34119.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.48%
GREEN value IS 12 (5.08% from 255) = 11.11%
BLUE value IS 89 (35.16% from 255) = 82.41%
R=6.48%
G=11.11%
B=82.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal712890.920.8700.65236.3485.4218.82
Hex7C595C57041ec5513
Octal714131134127010135412523
Binary11111001011001101110010101110100000111101100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,12,89); }

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

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

 a { background-color: rgb(7,12,89); }

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

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

 span { border-color: rgb(7,12,89); }

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