#071C80

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

Shades of Midnight Blue #071C80

Tints of Midnight Blue #071C80

Color information

#071C80 (or 0x071C80) is unknown color: approx Midnight Blue. HEX triplet: 07, 1C and 80. RGB value is (7,28,128). Sum of RGB (Red+Green+Blue) = 7+28+128=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 128 (50.39% from 255 or 78.53% from 163); Max value from RGB is 128 - color contains mainly: blue. Hex color #071C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071C80 is #F8E37F. Grayscale: #202020. Windows color (decimal): -16311168 or 8395783. OLE color: 8395783.

HSL color Cylindrical-coordinate representation of color #071C80: hue angle of 229.59º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071C80 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB728128-
CMYK0.950.7800.50
HSL229.59º89.63%26.47%-
HSV(B)229.59º94.53%50.2%-
XYZ4.42.4320.66-
YUV33.12181.54109.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.29%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 128 (50.39% from 255) = 78.53%
R=4.29%
G=17.18%
B=78.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7281280.950.7800.50229.5989.6326.47
Hex71C805F4E032e65a1a
Octal73420013711606234613232
Binary111111001000000010111111001110011001011100110101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071C80; }

 p { color: rgb(7,28,128); }

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

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

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

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

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

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

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