#071B7D

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

Shades of Midnight Blue #071B7D

Tints of Midnight Blue #071B7D

Color information

#071B7D (or 0x071B7D) is unknown color: approx Midnight Blue. HEX triplet: 07, 1B and 7D. RGB value is (7,27,125). Sum of RGB (Red+Green+Blue) = 7+27+125=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 125 (49.22% from 255 or 78.62% from 159); Max value from RGB is 125 - color contains mainly: blue. Hex color #071B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071B7D is #F8E482. Grayscale: #1F1F1F. Windows color (decimal): -16311427 or 8198919. OLE color: 8198919.

HSL color Cylindrical-coordinate representation of color #071B7D: hue angle of 229.83º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071B7D is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB727125-
CMYK0.940.7800.51
HSL229.83º89.39%25.88%-
HSV(B)229.83º94.4%49.02%-
XYZ4.182.3119.63-
YUV32.19180.37110.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.40%
GREEN value IS 27 (10.94% from 255) = 16.98%
BLUE value IS 125 (49.22% from 255) = 78.62%
R=4.40%
G=16.98%
B=78.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7271250.940.7800.51229.8389.3925.88
Hex71B7D5E4E033e6591a
Octal73317513611606334613132
Binary11111011111110110111101001110011001111100110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,27,125); }

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

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

 a { background-color: rgb(7,27,125); }

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

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

 span { border-color: rgb(7,27,125); }

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