#162980

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

Shades of Midnight Blue #162980

Tints of Midnight Blue #162980

Color information

#162980 (or 0x162980) is unknown color: approx Midnight Blue. HEX triplet: 16, 29 and 80. RGB value is (22,41,128). Sum of RGB (Red+Green+Blue) = 22+41+128=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 128 (50.39% from 255 or 67.02% from 191); Max value from RGB is 128 - color contains mainly: blue. Hex color #162980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162980 is #E9D67F. Grayscale: #2C2C2C. Windows color (decimal): -15324800 or 8399126. OLE color: 8399126.

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

Color convert

RGB2241128-
CMYK0.830.6800.50
HSL229.25º70.67%29.41%-
HSV(B)229.25º82.81%50.2%-
XYZ5.023.3120.8-
YUV45.24174.71111.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.52%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 128 (50.39% from 255) = 67.02%
R=11.52%
G=21.47%
B=67.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22411280.830.6800.50229.2570.6729.41
Hex1629805344032e5471d
Octal265120012310406234510735
Binary101101010011000000010100111000100011001011100101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162980; }

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

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

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

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

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

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

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

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