#070763

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

Shades of Midnight Blue #070763

Tints of Midnight Blue #070763

Color information

#070763 (or 0x070763) is unknown color: approx Midnight Blue. HEX triplet: 07, 07 and 63. RGB value is (7,7,99). Sum of RGB (Red+Green+Blue) = 7+7+99=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 99 (39.06% from 255 or 87.61% from 113); Max value from RGB is 99 - color contains mainly: blue. Hex color #070763 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070763 is #F8F89C. Grayscale: #111111. Windows color (decimal): -16316573 or 6489863. OLE color: 6489863.

HSL color Cylindrical-coordinate representation of color #070763: hue angle of 240º 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 #070763 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7799-
CMYK0.930.9300.61
HSL240º86.79%20.78%-
HSV(B)240º92.93%38.82%-
XYZ2.421.111.89-
YUV17.49174120.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 7 (3.12% from 255) = 6.19%
BLUE value IS 99 (39.06% from 255) = 87.61%
R=6.19%
G=6.19%
B=87.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal77990.930.9300.6124086.7920.78
Hex77635D5D03Df05715
Octal7714313513507536012725
Binary111111110001110111011011101011110111110000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070763; }

 p { color: rgb(7,7,99); }

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

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

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

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

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

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

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