#071377

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

Shades of Midnight Blue #071377

Tints of Midnight Blue #071377

Color information

#071377 (or 0x071377) is unknown color: approx Midnight Blue. HEX triplet: 07, 13 and 77. RGB value is (7,19,119). Sum of RGB (Red+Green+Blue) = 7+19+119=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 119 (46.88% from 255 or 82.07% from 145); Max value from RGB is 119 - color contains mainly: blue. Hex color #071377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071377 is #F8EC88. Grayscale: #1A1A1A. Windows color (decimal): -16313481 or 7803655. OLE color: 7803655.

HSL color Cylindrical-coordinate representation of color #071377: hue angle of 233.57º 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 #071377 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB719119-
CMYK0.940.8400.53
HSL233.57º88.89%24.71%-
HSV(B)233.57º94.12%46.67%-
XYZ3.651.8417.62-
YUV26.81180.02113.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.83%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 119 (46.88% from 255) = 82.07%
R=4.83%
G=13.10%
B=82.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7191190.940.8400.53233.5788.8924.71
Hex713775E54035ea5919
Octal72316713612406535213131
Binary11110011111011110111101010100011010111101010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071377; }

 p { color: rgb(7,19,119); }

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

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

 a { background-color: rgb(7,19,119); }

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

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

 span { border-color: rgb(7,19,119); }

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