#161460

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

Shades of Midnight Blue #161460

Tints of Midnight Blue #161460

Color information

#161460 (or 0x161460) is unknown color: approx Midnight Blue. HEX triplet: 16, 14 and 60. RGB value is (22,20,96). Sum of RGB (Red+Green+Blue) = 22+20+96=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #161460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161460 is #E9EB9F. Grayscale: #1C1C1C. Windows color (decimal): -15330208 or 6296598. OLE color: 6296598.

HSL color Cylindrical-coordinate representation of color #161460: hue angle of 241.58º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #161460 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB222096-
CMYK0.770.7900.62
HSL241.58º65.52%22.75%-
HSV(B)241.58º79.17%37.65%-
XYZ2.691.5211.22-
YUV29.26165.66122.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.94%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 96 (37.89% from 255) = 69.57%
R=15.94%
G=14.49%
B=69.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2220960.770.7900.62241.5865.5222.75
Hex1614604D4F03Ef24217
Octal262414011511707636210227
Binary1011010100110000010011011001111011111011110010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161460; }

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

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

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

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

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

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

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

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