#071670

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

Shades of Midnight Blue #071670

Tints of Midnight Blue #071670

Color information

#071670 (or 0x071670) is unknown color: approx Midnight Blue. HEX triplet: 07, 16 and 70. RGB value is (7,22,112). Sum of RGB (Red+Green+Blue) = 7+22+112=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #071670 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071670 is #F8E98F. Grayscale: #1B1B1B. Windows color (decimal): -16312720 or 7345671. OLE color: 7345671.

HSL color Cylindrical-coordinate representation of color #071670: hue angle of 231.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071670 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB722112-
CMYK0.940.8000.56
HSL231.43º88.24%23.33%-
HSV(B)231.43º93.75%43.92%-
XYZ3.31.7915.5-
YUV27.78175.53113.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 112 (44.14% from 255) = 79.43%
R=4.96%
G=15.60%
B=79.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7221120.940.8000.56231.4388.2423.33
Hex716705E50038e75817
Octal72616013612007034713027
Binary11110110111000010111101010000011100011100111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071670; }

 p { color: rgb(7,22,112); }

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

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

 a { background-color: rgb(7,22,112); }

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

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

 span { border-color: rgb(7,22,112); }

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