#070C64

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

Shades of Midnight Blue #070C64

Tints of Midnight Blue #070C64

Color information

#070C64 (or 0x070C64) is unknown color: approx Midnight Blue. HEX triplet: 07, 0C and 64. RGB value is (7,12,100). Sum of RGB (Red+Green+Blue) = 7+12+100=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 100 (39.45% from 255 or 84.03% from 119); Max value from RGB is 100 - color contains mainly: blue. Hex color #070C64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C64 is #F8F39B. Grayscale: #141414. Windows color (decimal): -16315292 or 6556679. OLE color: 6556679.

HSL color Cylindrical-coordinate representation of color #070C64: hue angle of 236.77º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070C64 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB712100-
CMYK0.930.8800.61
HSL236.77º86.92%20.98%-
HSV(B)236.77º93%39.22%-
XYZ2.521.2312.16-
YUV20.54172.84118.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.88%
GREEN value IS 12 (5.08% from 255) = 10.08%
BLUE value IS 100 (39.45% from 255) = 84.03%
R=5.88%
G=10.08%
B=84.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7121000.930.8800.61236.7786.9220.98
Hex7C645D5803Ded5715
Octal71414413513007535512725
Binary1111100110010010111011011000011110111101101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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