#071478

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

Shades of Midnight Blue #071478

Tints of Midnight Blue #071478

Color information

#071478 (or 0x071478) is unknown color: approx Midnight Blue. HEX triplet: 07, 14 and 78. RGB value is (7,20,120). Sum of RGB (Red+Green+Blue) = 7+20+120=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 120 (47.27% from 255 or 81.63% from 147); Max value from RGB is 120 - color contains mainly: blue. Hex color #071478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071478 is #F8EB87. Grayscale: #1B1B1B. Windows color (decimal): -16313224 or 7869447. OLE color: 7869447.

HSL color Cylindrical-coordinate representation of color #071478: hue angle of 233.1º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071478 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB720120-
CMYK0.940.8300.53
HSL233.1º88.98%24.9%-
HSV(B)233.1º94.17%47.06%-
XYZ3.731.917.94-
YUV27.51180.19113.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.76%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 120 (47.27% from 255) = 81.63%
R=4.76%
G=13.61%
B=81.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7201200.940.8300.53233.188.9824.9
Hex714785E53035e95919
Octal72417013612306535113131
Binary11110100111100010111101010011011010111101001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071478; }

 p { color: rgb(7,20,120); }

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

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

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

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

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

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

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