#070F63

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

Shades of Midnight Blue #070F63

Tints of Midnight Blue #070F63

Color information

#070F63 (or 0x070F63) is unknown color: approx Midnight Blue. HEX triplet: 07, 0F and 63. RGB value is (7,15,99). Sum of RGB (Red+Green+Blue) = 7+15+99=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 99 (39.06% from 255 or 81.82% from 121); Max value from RGB is 99 - color contains mainly: blue. Hex color #070F63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070F63 is #F8F09C. Grayscale: #151515. Windows color (decimal): -16314525 or 6491911. OLE color: 6491911.

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

Color convert

RGB71599-
CMYK0.930.8500.61
HSL234.78º86.79%20.78%-
HSV(B)234.78º92.93%38.82%-
XYZ2.511.2911.92-
YUV22.18171.35117.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.79%
GREEN value IS 15 (6.25% from 255) = 12.40%
BLUE value IS 99 (39.06% from 255) = 81.82%
R=5.79%
G=12.40%
B=81.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal715990.930.8500.61234.7886.7920.78
Hex7F635D5503Deb5715
Octal71714313512507535312725
Binary1111111110001110111011010101011110111101011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070F63; }

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

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

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

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

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

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

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

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