#160474

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

Shades of Midnight Blue #160474

Tints of Midnight Blue #160474

Color information

#160474 (or 0x160474) is unknown color: approx Midnight Blue. HEX triplet: 16, 04 and 74. RGB value is (22,4,116). Sum of RGB (Red+Green+Blue) = 22+4+116=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 116 (45.70% from 255 or 81.69% from 142); Max value from RGB is 116 - color contains mainly: blue. Hex color #160474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160474 is #E9FB8B. Grayscale: #151515. Windows color (decimal): -15334284 or 7603222. OLE color: 7603222.

HSL color Cylindrical-coordinate representation of color #160474: hue angle of 249.64º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #160474 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB224116-
CMYK0.810.9700.55
HSL249.64º93.33%23.53%-
HSV(B)249.64º96.55%45.49%-
XYZ3.531.5216.63-
YUV22.15180.96127.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.49%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 116 (45.70% from 255) = 81.69%
R=15.49%
G=2.82%
B=81.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2241160.810.9700.55249.6493.3323.53
Hex164745161037fa5d18
Octal26416412114106737213530
Binary10110100111010010100011100001011011111111010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160474; }

 p { color: rgb(22,4,116); }

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

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

 a { background-color: rgb(22,4,116); }

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

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

 span { border-color: rgb(22,4,116); }

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