#161477

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

Shades of Midnight Blue #161477

Tints of Midnight Blue #161477

Color information

#161477 (or 0x161477) is unknown color: approx Midnight Blue. HEX triplet: 16, 14 and 77. RGB value is (22,20,119). Sum of RGB (Red+Green+Blue) = 22+20+119=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 119 (46.88% from 255 or 73.91% from 161); Max value from RGB is 119 - color contains mainly: blue. Hex color #161477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161477 is #E9EB88. Grayscale: #1F1F1F. Windows color (decimal): -15330185 or 7803926. OLE color: 7803926.

HSL color Cylindrical-coordinate representation of color #161477: hue angle of 241.21º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #161477 is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2220119-
CMYK0.820.8300.53
HSL241.21º71.22%27.25%-
HSV(B)241.21º83.19%46.67%-
XYZ3.91217.63-
YUV31.88177.16120.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.66%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 119 (46.88% from 255) = 73.91%
R=13.66%
G=12.42%
B=73.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22201190.820.8300.53241.2171.2227.25
Hex1614775253035f1471b
Octal262416712212306536110733
Binary1011010100111011110100101010011011010111110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161477; }

 p { color: rgb(22,20,119); }

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

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

 a { background-color: rgb(22,20,119); }

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

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

 span { border-color: rgb(22,20,119); }

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