#161377

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

Shades of Midnight Blue #161377

Tints of Midnight Blue #161377

Color information

#161377 (or 0x161377) is unknown color: approx Midnight Blue. HEX triplet: 16, 13 and 77. RGB value is (22,19,119). Sum of RGB (Red+Green+Blue) = 22+19+119=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 119 (46.88% from 255 or 74.38% from 160); Max value from RGB is 119 - color contains mainly: blue. Hex color #161377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161377 is #E9EC88. Grayscale: #1E1E1E. Windows color (decimal): -15330441 or 7803670. OLE color: 7803670.

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

Color convert

RGB2219119-
CMYK0.820.8400.53
HSL241.8º72.46%27.06%-
HSV(B)241.8º84.03%46.67%-
XYZ3.891.9717.63-
YUV31.3177.49121.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.75%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 119 (46.88% from 255) = 74.38%
R=13.75%
G=11.88%
B=74.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22191190.820.8400.53241.872.4627.06
Hex1613775254035f2481b
Octal262316712212406536211033
Binary1011010011111011110100101010100011010111110010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161377; }

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

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

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

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

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

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

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

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