#071574

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

Shades of Midnight Blue #071574

Tints of Midnight Blue #071574

Color information

#071574 (or 0x071574) is unknown color: approx Midnight Blue. HEX triplet: 07, 15 and 74. RGB value is (7,21,116). Sum of RGB (Red+Green+Blue) = 7+21+116=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 116 (45.70% from 255 or 80.56% from 144); Max value from RGB is 116 - color contains mainly: blue. Hex color #071574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071574 is #F8EA8B. Grayscale: #1B1B1B. Windows color (decimal): -16312972 or 7607559. OLE color: 7607559.

HSL color Cylindrical-coordinate representation of color #071574: hue angle of 232.29º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071574 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB721116-
CMYK0.940.8200.55
HSL232.29º88.62%24.12%-
HSV(B)232.29º93.97%45.49%-
XYZ3.511.8416.69-
YUV27.64177.86113.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 116 (45.70% from 255) = 80.56%
R=4.86%
G=14.58%
B=80.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7211160.940.8200.55232.2988.6224.12
Hex715745E52037e85918
Octal72516413612206735013130
Binary11110101111010010111101010010011011111101000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071574; }

 p { color: rgb(7,21,116); }

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

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

 a { background-color: rgb(7,21,116); }

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

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

 span { border-color: rgb(7,21,116); }

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