#161970

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

Shades of Midnight Blue #161970

Tints of Midnight Blue #161970

Color information

#161970 (or 0x161970) is unknown color: approx Midnight Blue. HEX triplet: 16, 19 and 70. RGB value is (22,25,112). Sum of RGB (Red+Green+Blue) = 22+25+112=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #161970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161970 is #E9E68F. Grayscale: #212121. Windows color (decimal): -15328912 or 7346454. OLE color: 7346454.

HSL color Cylindrical-coordinate representation of color #161970: hue angle of 238º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #161970 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2225112-
CMYK0.800.7800.56
HSL238º67.16%26.27%-
HSV(B)238º80.36%43.92%-
XYZ3.62.0415.53-
YUV34.02172.01119.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.84%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 112 (44.14% from 255) = 70.44%
R=13.84%
G=15.72%
B=70.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22251120.800.7800.5623867.1626.27
Hex161970504E038ee431a
Octal263116012011607035610332
Binary1011011001111000010100001001110011100011101110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161970; }

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

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

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

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

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

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

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

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