#161260

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

Shades of Midnight Blue #161260

Tints of Midnight Blue #161260

Color information

#161260 (or 0x161260) is unknown color: approx Midnight Blue. HEX triplet: 16, 12 and 60. RGB value is (22,18,96). Sum of RGB (Red+Green+Blue) = 22+18+96=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #161260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161260 is #E9ED9F. Grayscale: #1B1B1B. Windows color (decimal): -15330720 or 6296086. OLE color: 6296086.

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

Color convert

RGB221896-
CMYK0.770.8100.62
HSL243.08º68.42%22.35%-
HSV(B)243.08º81.25%37.65%-
XYZ2.661.4511.21-
YUV28.09166.33123.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.18%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 96 (37.89% from 255) = 70.59%
R=16.18%
G=13.24%
B=70.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2218960.770.8100.62243.0868.4222.35
Hex1612604D5103Ef34416
Octal262214011512107636310426
Binary1011010010110000010011011010001011111011110011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161260; }

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

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

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

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

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

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

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

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