#070963

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

Shades of Midnight Blue #070963

Tints of Midnight Blue #070963

Color information

#070963 (or 0x070963) is unknown color: approx Midnight Blue. HEX triplet: 07, 09 and 63. RGB value is (7,9,99). Sum of RGB (Red+Green+Blue) = 7+9+99=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 99 (39.06% from 255 or 86.09% from 115); Max value from RGB is 99 - color contains mainly: blue. Hex color #070963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070963 is #F8F69C. Grayscale: #121212. Windows color (decimal): -16316061 or 6490375. OLE color: 6490375.

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

Color convert

RGB7999-
CMYK0.930.9100.61
HSL238.7º86.79%20.78%-
HSV(B)238.7º92.93%38.82%-
XYZ2.441.1411.9-
YUV18.66173.34119.68-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 99 (39.06% from 255) = 86.09%
R=6.09%
G=7.83%
B=86.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal79990.930.9100.61238.786.7920.78
Hex79635D5B03Def5715
Octal71114313513307535712725
Binary1111001110001110111011011011011110111101111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070963; }

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

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

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

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

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

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

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

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