#070862

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

Shades of Midnight Blue #070862

Tints of Midnight Blue #070862

Color information

#070862 (or 0x070862) is unknown color: approx Midnight Blue. HEX triplet: 07, 08 and 62. RGB value is (7,8,98). Sum of RGB (Red+Green+Blue) = 7+8+98=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 98 (38.67% from 255 or 86.73% from 113); Max value from RGB is 98 - color contains mainly: blue. Hex color #070862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070862 is #F8F79D. Grayscale: #111111. Windows color (decimal): -16316318 or 6424583. OLE color: 6424583.

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

Color convert

RGB7898-
CMYK0.930.9200.62
HSL239.34º86.67%20.59%-
HSV(B)239.34º92.86%38.43%-
XYZ2.381.111.64-
YUV17.96173.17120.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 98 (38.67% from 255) = 86.73%
R=6.19%
G=7.08%
B=86.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal78980.930.9200.62239.3486.6720.59
Hex78625D5C03Eef5715
Octal71014213513407635712725
Binary1111000110001010111011011100011111011101111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070862; }

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

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

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

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

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

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

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

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