#070056

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

Shades of Midnight Blue #070056

Tints of Midnight Blue #070056

Color information

#070056 (or 0x070056) is unknown color: approx Midnight Blue. HEX triplet: 07, 00 and 56. RGB value is (7,0,86). Sum of RGB (Red+Green+Blue) = 7+0+86=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 86 (33.98% from 255 or 92.47% from 93); Max value from RGB is 86 - color contains mainly: blue. Hex color #070056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070056 is #F8FFA9. Grayscale: #0B0B0B. Windows color (decimal): -16318378 or 5636103. OLE color: 5636103.

HSL color Cylindrical-coordinate representation of color #070056: hue angle of 244.88º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070056 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB7086-
CMYK0.92100.66
HSL244.88º100%16.86%-
HSV(B)244.88º100%33.73%-
XYZ1.770.728.85-
YUV11.9169.82124.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 92.47%
R=7.53%
G=0%
B=92.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal70860.92100.66244.8810016.86
Hex70565C64042f56411
Octal70126134144010236514421
Binary11101010110101110011001000100001011110101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070056; }

 p { color: rgb(7,0,86); }

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

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

 a { background-color: rgb(7,0,86); }

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

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

 span { border-color: rgb(7,0,86); }

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