#070868

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

Shades of Midnight Blue #070868

Tints of Midnight Blue #070868

Color information

#070868 (or 0x070868) is unknown color: approx Midnight Blue. HEX triplet: 07, 08 and 68. RGB value is (7,8,104). Sum of RGB (Red+Green+Blue) = 7+8+104=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 104 (41.02% from 255 or 87.39% from 119); Max value from RGB is 104 - color contains mainly: blue. Hex color #070868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070868 is #F8F797. Grayscale: #121212. Windows color (decimal): -16316312 or 6817799. OLE color: 6817799.

HSL color Cylindrical-coordinate representation of color #070868: hue angle of 239.38º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070868 is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB78104-
CMYK0.930.9200.59
HSL239.38º87.39%21.76%-
HSV(B)239.38º93.27%40.78%-
XYZ2.671.2213.19-
YUV18.64176.17119.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.88%
GREEN value IS 8 (3.52% from 255) = 6.72%
BLUE value IS 104 (41.02% from 255) = 87.39%
R=5.88%
G=6.72%
B=87.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal781040.930.9200.59239.3887.3921.76
Hex78685D5C03Bef5716
Octal71015013513407335712726
Binary1111000110100010111011011100011101111101111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070868; }

 p { color: rgb(7,8,104); }

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

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

 a { background-color: rgb(7,8,104); }

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

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

 span { border-color: rgb(7,8,104); }

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