#161380

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

Shades of Midnight Blue #161380

Tints of Midnight Blue #161380

Color information

#161380 (or 0x161380) is unknown color: approx Midnight Blue. HEX triplet: 16, 13 and 80. RGB value is (22,19,128). Sum of RGB (Red+Green+Blue) = 22+19+128=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 128 (50.39% from 255 or 75.74% from 169); Max value from RGB is 128 - color contains mainly: blue. Hex color #161380 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161380 is #E9EC7F. Grayscale: #1F1F1F. Windows color (decimal): -15330432 or 8393494. OLE color: 8393494.

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

Color convert

RGB2219128-
CMYK0.830.8500.50
HSL241.65º74.15%28.82%-
HSV(B)241.65º85.16%50.2%-
XYZ4.462.1920.61-
YUV32.32181.99120.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.02%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 128 (50.39% from 255) = 75.74%
R=13.02%
G=11.24%
B=75.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22191280.830.8500.50241.6574.1528.82
Hex1613805355032f24a1d
Octal262320012312506236211235
Binary10110100111000000010100111010101011001011110010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161380; }

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

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

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

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

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

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

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

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