#071A7E

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

Shades of Midnight Blue #071A7E

Tints of Midnight Blue #071A7E

Color information

#071A7E (or 0x071A7E) is unknown color: approx Midnight Blue. HEX triplet: 07, 1A and 7E. RGB value is (7,26,126). Sum of RGB (Red+Green+Blue) = 7+26+126=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 126 (49.61% from 255 or 79.25% from 159); Max value from RGB is 126 - color contains mainly: blue. Hex color #071A7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A7E is #F8E581. Grayscale: #1F1F1F. Windows color (decimal): -16311682 or 8264199. OLE color: 8264199.

HSL color Cylindrical-coordinate representation of color #071A7E: hue angle of 230.42º 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 #071A7E is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB726126-
CMYK0.940.7900.51
HSL230.42º89.47%26.08%-
HSV(B)230.42º94.44%49.41%-
XYZ4.222.2919.96-
YUV31.72181.21110.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.40%
GREEN value IS 26 (10.55% from 255) = 16.35%
BLUE value IS 126 (49.61% from 255) = 79.25%
R=4.40%
G=16.35%
B=79.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7261260.940.7900.51230.4289.4726.08
Hex71A7E5E4F033e6591a
Octal73217613611706334613132
Binary11111010111111010111101001111011001111100110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,26,126); }

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

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

 a { background-color: rgb(7,26,126); }

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

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

 span { border-color: rgb(7,26,126); }

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