#071775

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

Shades of Midnight Blue #071775

Tints of Midnight Blue #071775

Color information

#071775 (or 0x071775) is unknown color: approx Midnight Blue. HEX triplet: 07, 17 and 75. RGB value is (7,23,117). Sum of RGB (Red+Green+Blue) = 7+23+117=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 117 (46.09% from 255 or 79.59% from 147); Max value from RGB is 117 - color contains mainly: blue. Hex color #071775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071775 is #F8E88A. Grayscale: #1C1C1C. Windows color (decimal): -16312459 or 7673607. OLE color: 7673607.

HSL color Cylindrical-coordinate representation of color #071775: hue angle of 231.27º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071775 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB723117-
CMYK0.940.8000.54
HSL231.27º88.71%24.31%-
HSV(B)231.27º94.02%45.88%-
XYZ3.61.9417.01-
YUV28.93177.7112.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.76%
GREEN value IS 23 (9.38% from 255) = 15.65%
BLUE value IS 117 (46.09% from 255) = 79.59%
R=4.76%
G=15.65%
B=79.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7231170.940.8000.54231.2788.7124.31
Hex717755E50036e75918
Octal72716513612006634713130
Binary11110111111010110111101010000011011011100111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071775; }

 p { color: rgb(7,23,117); }

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

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

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

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

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

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

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