#071376

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

Shades of Midnight Blue #071376

Tints of Midnight Blue #071376

Color information

#071376 (or 0x071376) is unknown color: approx Midnight Blue. HEX triplet: 07, 13 and 76. RGB value is (7,19,118). Sum of RGB (Red+Green+Blue) = 7+19+118=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 118 (46.48% from 255 or 81.94% from 144); Max value from RGB is 118 - color contains mainly: blue. Hex color #071376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071376 is #F8EC89. Grayscale: #1A1A1A. Windows color (decimal): -16313482 or 7738119. OLE color: 7738119.

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

Color convert

RGB719118-
CMYK0.940.8400.54
HSL233.51º88.8%24.51%-
HSV(B)233.51º94.07%46.27%-
XYZ3.591.8217.3-
YUV26.7179.52113.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 118 (46.48% from 255) = 81.94%
R=4.86%
G=13.19%
B=81.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7191180.940.8400.54233.5188.824.51
Hex713765E54036ea5919
Octal72316613612406635213131
Binary11110011111011010111101010100011011011101010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071376; }

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

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

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

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

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

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

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

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