#161480

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

Shades of Midnight Blue #161480

Tints of Midnight Blue #161480

Color information

#161480 (or 0x161480) is unknown color: approx Midnight Blue. HEX triplet: 16, 14 and 80. RGB value is (22,20,128). Sum of RGB (Red+Green+Blue) = 22+20+128=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 128 (50.39% from 255 or 75.29% from 170); Max value from RGB is 128 - color contains mainly: blue. Hex color #161480 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161480 is #E9EB7F. Grayscale: #202020. Windows color (decimal): -15330176 or 8393750. OLE color: 8393750.

HSL color Cylindrical-coordinate representation of color #161480: hue angle of 241.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #161480 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2220128-
CMYK0.830.8400.50
HSL241.11º72.97%29.02%-
HSV(B)241.11º84.38%50.2%-
XYZ4.482.2320.62-
YUV32.91181.66120.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.94%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 128 (50.39% from 255) = 75.29%
R=12.94%
G=11.76%
B=75.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22201280.830.8400.50241.1172.9729.02
Hex1614805354032f1491d
Octal262420012312406236111135
Binary10110101001000000010100111010100011001011110001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161480; }

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

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

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

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

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

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

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

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